summaryrefslogtreecommitdiff
path: root/user/perl-sort-key/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-sort-key/APKBUILD')
-rw-r--r--user/perl-sort-key/APKBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/user/perl-sort-key/APKBUILD b/user/perl-sort-key/APKBUILD
index 3fd065c65..746726cdd 100644
--- a/user/perl-sort-key/APKBUILD
+++ b/user/perl-sort-key/APKBUILD
@@ -1,32 +1,32 @@
-# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
-# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
+# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=perl-sort-key
+_pkgreal=Sort-Key
+_author=SALVA
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
pkgver=1.33
pkgrel=0
pkgdesc="Perl module for fast sorting"
url="https://metacpan.org/pod/Sort::Key"
arch="all"
-license="Artistic-1.0-Perl"
-depends=""
+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/S/SA/SALVA/Sort-Key-$pkgver.tar.gz"
-builddir="$srcdir/Sort-Key-$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
}