New package: perl-GD-2.73

This commit is contained in:
Arda Demir 2021-07-23 09:37:52 +03:00 committed by Duncaen
parent a31b0fffc1
commit a0f42e0886
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 18 additions and 0 deletions

18
srcpkgs/perl-GD/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'perl-GD'
pkgname=perl-GD
version=2.73
revision=1
wrksrc="GD-${version}"
build_style=perl-module
hostmakedepends="perl-ExtUtils-PkgConfig"
makedepends="gd-devel"
short_desc="Interface to Gd Graphics Library"
maintainer="Arda Demir <ddmirarda@gmail.com>"
license="Artistic-2.0, GPL-1.0-or-later"
homepage="https://metacpan.org/pod/GD"
distfiles="${CPAN_SITE}/GD/GD-${version}.tar.gz"
checksum=491c9e73238522e2987e66725a20935f4268a3864202ecbaf4659a1691ba322b
post_install() {
vlicense LICENSE
}