18 lines
492 B
Bash
18 lines
492 B
Bash
# Template file for 'perl-GD'
|
|
pkgname=perl-GD
|
|
version=2.76
|
|
revision=2
|
|
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=693d9e3d709e9188a682cb9090a77b70aac12a04e84128677577b94e4331775b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|