diff options
Diffstat (limited to 'user/perl-role-tiny/APKBUILD')
-rw-r--r-- | user/perl-role-tiny/APKBUILD | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/user/perl-role-tiny/APKBUILD b/user/perl-role-tiny/APKBUILD index 8c25d2c34..7fb8e2635 100644 --- a/user/perl-role-tiny/APKBUILD +++ b/user/perl-role-tiny/APKBUILD @@ -1,18 +1,21 @@ # Contributor: Dan Theisen <djt@hxx.in> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-role-tiny -pkgver=2.000008 +_pkgreal=Role-Tiny +_author=HAARG +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} +pkgver=2.002004 pkgrel=0 pkgdesc="A minimalist role composition tool" url="https://metacpan.org/pod/Role::Tiny" arch="noarch" -license="Artistic-1.0-Perl AND GPL-2.0" +license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl" makedepends="perl-dev" -install="" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-$pkgver.tar.gz" -builddir="$srcdir/Role-Tiny-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor @@ -28,4 +31,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="c8a5032c18e1d441c8a8602037f3a7e5ee2a39b5f214bfd9dfdaa5f9a0e213d2b59278530b909d1bab1df40dfb4f49b58ef41c91b4f7f9a9a036278a373d12fb Role-Tiny-2.000008.tar.gz" +sha512sums="f66a799a0cd4e989adc173f6d913967df7aa6b9ffda934c2a80c0a91dcfe4edce606bd27cf1b4d857d52d0aa770224315ae4e915e4e735c6a9483a6cf5ce02f1 Role-Tiny-2.002004.tar.gz" |