summaryrefslogtreecommitdiff
path: root/user/perl-json-rpc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-json-rpc/APKBUILD')
-rw-r--r--user/perl-json-rpc/APKBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/user/perl-json-rpc/APKBUILD b/user/perl-json-rpc/APKBUILD
index 7815c031b..7ffbe7d49 100644
--- a/user/perl-json-rpc/APKBUILD
+++ b/user/perl-json-rpc/APKBUILD
@@ -1,33 +1,33 @@
# 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-json-rpc
-_pkgname=JSON-RPC
+_pkgreal=JSON-RPC
+_author=DMAKI
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
pkgver=1.06
pkgrel=0
pkgdesc="Perl JSON RPC 2.0 server implementation"
url="https://metacpan.org/release/JSON-RPC"
arch="noarch"
-license="Artistic-1.0-Perl OR GPL-2.0-only"
-depends="perl-cgi perl-class-accessor-lite perl-json perl-libwww perl-plack
- perl-router-simple"
+license="Artistic-1.0-Perl OR GPL-1.0+"
+depends="perl perl-cgi perl-class-accessor-lite perl-json perl-libwww
+ perl-plack perl-router-simple"
makedepends="perl-dev perl-module-build"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/D/DM/DMAKI/JSON-RPC-$pkgver.tar.gz"
-builddir="$srcdir/JSON-RPC-$pkgver"
+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
}