diff options
Diffstat (limited to 'user/perl-exporter-tiny')
-rw-r--r-- | user/perl-exporter-tiny/APKBUILD | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/user/perl-exporter-tiny/APKBUILD b/user/perl-exporter-tiny/APKBUILD index 7e06cb066..642b09476 100644 --- a/user/perl-exporter-tiny/APKBUILD +++ b/user/perl-exporter-tiny/APKBUILD @@ -1,33 +1,35 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-exporter-tiny -pkgver=1.002001 +_pkgreal=Exporter-Tiny +_author=TOBYINK +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} +pkgver=1.006002 pkgrel=0 pkgdesc="Light-weight exporter with the features of Sub::Exporter" url="https://metacpan.org/release/Exporter-Tiny" arch="noarch" -license="Artistic-1.0-Perl" -depends="" +license="Artistic-1.0-Perl OR GPL-1.0+" +depends="perl" +checkdepends="perl-test-warnings perl-test-fatal" makedepends="perl-dev" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-$pkgver.tar.gz" -sha512sums="b247e7785e02c3346f231736a430c2d54e5ac93c175892090c40121c86eb255ce4d138c65e31836fd2970b45fb71dc7e68ea3c45a06a9e9c4135b45df48621d8 Exporter-Tiny-1.002001.tar.gz" -builddir="$srcdir/Exporter-Tiny-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { - cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } +sha512sums="684dc97d854686910928f413bd84df3e2d2b351c2304116d5c567ec74eb7384f4085881f2bdeaf96dcf9ade2a959076ebd2bde3977dd5b876f75daaf6ca9d763 Exporter-Tiny-1.006002.tar.gz" |