diff options
Diffstat (limited to 'user/perl-test-runvalgrind')
-rw-r--r-- | user/perl-test-runvalgrind/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/user/perl-test-runvalgrind/APKBUILD b/user/perl-test-runvalgrind/APKBUILD index 4e6d9958c..9f7d5b9d5 100644 --- a/user/perl-test-runvalgrind/APKBUILD +++ b/user/perl-test-runvalgrind/APKBUILD @@ -1,6 +1,10 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-test-runvalgrind +_pkgreal=Test-RunValgrind +_author=SHLOMIF +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.2.1 pkgrel=0 pkgdesc="Tests an external program is 'valgrind clean' from Perl" @@ -8,12 +12,12 @@ url="https://metacpan.org/release/Test-RunValgrind" arch="noarch" license="MIT" depends="perl-path-tiny perl-test-trap" -makedepends="perl-dev perl-module-build" +makedepends="perl-module-build" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Test-RunValgrind-$pkgver.tar.gz +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz portable-memory-assumptions.patch " -builddir="$srcdir/Test-RunValgrind-$pkgver" +builddir="$srcdir/$_pkgreal-$pkgver" build() { perl Build.PL installdirs=vendor |