mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-gd.
* gnu/packages/perl.scm (perl-gd): New variable. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
fda636721a
commit
7bc9a96c38
1 changed files with 22 additions and 0 deletions
|
@ -5654,6 +5654,28 @@ defining functions and methods with parameter lists. At minimum this saves you
|
||||||
from having to unpack @code{@@_} manually, but this module can do much more.")
|
from having to unpack @code{@@_} manually, but this module can do much more.")
|
||||||
(license license:perl-license)))
|
(license license:perl-license)))
|
||||||
|
|
||||||
|
(define-public perl-gd
|
||||||
|
(package
|
||||||
|
(name "perl-gd")
|
||||||
|
(version "2.77")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/GD-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1dbg040nkbv8jjgabzjpmay5ysvg3cgxsqmv5771dq1vxyw8hv5m"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs (list perl-extutils-pkgconfig perl-test-fork))
|
||||||
|
(inputs (list gd))
|
||||||
|
(home-page "https://metacpan.org/release/GD")
|
||||||
|
(synopsis "Perl interface to the libgd graphics library")
|
||||||
|
(description
|
||||||
|
"@file{GD.pm} is a Perl interface to the gd graphics library. GD allows
|
||||||
|
you to create color drawings using a large number of graphics primitives, and
|
||||||
|
emit the drawings as PNG files.")
|
||||||
|
(license license:perl-license)))
|
||||||
|
|
||||||
(define-public perl-getopt-argvfile
|
(define-public perl-getopt-argvfile
|
||||||
(package
|
(package
|
||||||
(name "perl-getopt-argvfile")
|
(name "perl-getopt-argvfile")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue