summaryrefslogtreecommitdiff
path: root/user/perl-module-build-xsutil
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-module-build-xsutil')
-rw-r--r--user/perl-module-build-xsutil/APKBUILD24
1 files changed, 10 insertions, 14 deletions
diff --git a/user/perl-module-build-xsutil/APKBUILD b/user/perl-module-build-xsutil/APKBUILD
index 80d03b9ed..c7d519f0c 100644
--- a/user/perl-module-build-xsutil/APKBUILD
+++ b/user/perl-module-build-xsutil/APKBUILD
@@ -1,37 +1,33 @@
# Contributor: Dan Theisen <djt@hxx.in>
-# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=perl-module-build-xsutil
+_pkgreal=Module-Build-XSUtil
+_author=HIDEAKIO
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
pkgver=0.19
pkgrel=0
pkgdesc="A Module::Build class for building XS modules"
url="https://metacpan.org/pod/Module::Build::XSUtil"
arch="noarch"
-license="Artistic-1.0-Perl AND GPL-2.0"
+license="Artistic-1.0-Perl OR GPL-1.0+"
depends="perl perl-module-build perl-devel-checkcompiler"
-makedepends="perl-dev"
checkdepends="perl-capture-tiny perl-cwd-guard perl-file-copy-recursive-reduced"
-install=""
+makedepends="perl-dev"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz"
-builddir="$srcdir/Module-Build-XSUtil-$pkgver"
-
-prepare() {
- cd "$builddir"
- perl Build.PL installdirs=vendor
-}
+source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
+builddir="$srcdir/$_pkgreal-$pkgver"
build() {
- cd "$builddir"
+ perl Build.PL installdirs=vendor
./Build
}
check() {
- cd "$builddir"
./Build test
}
package() {
- cd "$builddir"
./Build install destdir="$pkgdir"
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}