diff options
Diffstat (limited to 'user/perl-role-tiny')
-rw-r--r-- | user/perl-role-tiny/APKBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/user/perl-role-tiny/APKBUILD b/user/perl-role-tiny/APKBUILD index 19cb6a67d..91602644a 100644 --- a/user/perl-role-tiny/APKBUILD +++ b/user/perl-role-tiny/APKBUILD @@ -1,6 +1,10 @@ # Contributor: Dan Theisen <djt@hxx.in> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-role-tiny +_pkgreal=Role-Tiny +_author=HAARG +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=2.001003 pkgrel=0 pkgdesc="A minimalist role composition tool" @@ -8,11 +12,10 @@ url="https://metacpan.org/pod/Role::Tiny" arch="noarch" license="Artistic-1.0-Perl AND GPL-2.0" depends="perl" -makedepends="perl-dev" -install="" +makedepends="" 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 |