summaryrefslogtreecommitdiff
path: root/user/perl-xml-namespacesupport/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-xml-namespacesupport/APKBUILD')
-rw-r--r--user/perl-xml-namespacesupport/APKBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/user/perl-xml-namespacesupport/APKBUILD b/user/perl-xml-namespacesupport/APKBUILD
index e155f6b32..3fea01156 100644
--- a/user/perl-xml-namespacesupport/APKBUILD
+++ b/user/perl-xml-namespacesupport/APKBUILD
@@ -1,30 +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-xml-namespacesupport
+_pkgreal=XML-NamespaceSupport
+_author=PERIGRIN
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
pkgver=1.12
pkgrel=0
pkgdesc="A Perl module for processing XML namespaces"
url="https://metacpan.org/pod/XML::NamespaceSupport"
arch="noarch"
-license="Artistic-1.0-Perl AND GPL-2.0+"
+license="Artistic-1.0-Perl OR GPL-1.0+"
depends="perl"
+makedepends=""
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-$pkgver.tar.gz"
-builddir="$srcdir/XML-NamespaceSupport-$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
}