18 lines
707 B
Bash
18 lines
707 B
Bash
# Template file for 'perl-Package-Stash'
|
|
pkgname=perl-Package-Stash
|
|
version=0.38
|
|
revision=2
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl perl-Dist-CheckConflicts"
|
|
makedepends="$hostmakedepends"
|
|
depends="${hostmakedepends} perl-Module-Implementation perl-Package-Stash-XS
|
|
perl-Test-Requires"
|
|
checkdepends="${depends} perl-Test-Fatal"
|
|
short_desc="Routines for manipulating stashes"
|
|
maintainer="John Regan <john@jrjrtech.com>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="https://metacpan.org/release/Package-Stash"
|
|
distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=c58ee8844df2dda38e3bf66fdf443439aaefaef1a33940edf2055f0afd223a7f
|