summaryrefslogtreecommitdiff
path: root/user/perl-test-run-plugin-tdf/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-test-run-plugin-tdf/APKBUILD')
-rw-r--r--user/perl-test-run-plugin-tdf/APKBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/user/perl-test-run-plugin-tdf/APKBUILD b/user/perl-test-run-plugin-tdf/APKBUILD
index 34b106e39..2991ed16a 100644
--- a/user/perl-test-run-plugin-tdf/APKBUILD
+++ b/user/perl-test-run-plugin-tdf/APKBUILD
@@ -1,33 +1,34 @@
# 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-test-run-plugin-trimdisplayedfilenames
-pkgver=0.0125
+_pkgreal=Test-Run-Plugin-TrimDisplayedFilenames
+_author=SHLOMIF
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
+pkgver=0.0126
pkgrel=0
pkgdesc="Handle excessively long filenames in Perl Test::Run suites"
url="https://metacpan.org/release/Test-Run-Plugin-TrimDisplayedFilenames"
arch="noarch"
license="MIT"
-depends="perl-moose perl-mro-compat perl-test-run perl-test-run-cmdline"
+depends="perl perl-moose perl-mro-compat perl-test-run perl-test-run-cmdline"
makedepends="perl-dev"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Test-Run-Plugin-TrimDisplayedFilenames-$pkgver.tar.gz"
-builddir="$srcdir/Test-Run-Plugin-TrimDisplayedFilenames-$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="79bdfc093e8a4ce16fe933ebe367e71c27eb67500a6fd1ce57e51a5998f35cbf3f6afe143c74ce82e1e5ab700399fec48b0acbb9e23cc7796a8aa5cdc2bd9ea3 Test-Run-Plugin-TrimDisplayedFilenames-0.0125.tar.gz"
+sha512sums="3a38b6de2c3035e6f87236151183d7416855752bc0fc0b117cc7c02db70f8dce32b5fcbc2b369f9699aec284a3fb9cc14c96beb4da30062cc564a31590831728 Test-Run-Plugin-TrimDisplayedFilenames-0.0126.tar.gz"