From 8a5cf4e2e2bd1de5de4f17681ce321a9c2f0231f Mon Sep 17 00:00:00 2001 From: Timothy Legge Date: Sun, 21 Apr 2019 22:30:28 +0000 Subject: testing/perl-uri-fromhash: new aport --- testing/perl-uri-fromhash/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 testing/perl-uri-fromhash/APKBUILD (limited to 'testing') diff --git a/testing/perl-uri-fromhash/APKBUILD b/testing/perl-uri-fromhash/APKBUILD new file mode 100644 index 0000000000..8207331158 --- /dev/null +++ b/testing/perl-uri-fromhash/APKBUILD @@ -0,0 +1,37 @@ +# Automatically generated by apkbuild-cpan, template 2 +# Contributor: Timothy Legge +# Maintainer: Timothy Legge +pkgname=perl-uri-fromhash +_pkgreal=URI-FromHash +pkgver=0.05 +pkgrel=0 +pkgdesc="Build a URI from a set of named parameters" +url="https://metacpan.org/release/URI-FromHash/" +arch="noarch" +license="Artistic-2.0" +cpandepends="perl-params-validate perl-uri" +cpancheckdepends="perl-test-fatal" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +checkdepends="$cpancheckdepends" +subpackages="$pkgname-doc" +source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/URI-FromHash-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" + +build() { + export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') + PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') + make test +} + +package() { + make DESTDIR="$pkgdir" install + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +sha512sums="6e049a1de34c7ad94305bfb36fe37a723fe3bbd3a6bd773933e4601a75bed7a7677f12b5e8559f6c6ea3fa1fd5c6296b56541be08549277123119e13692926a7 URI-FromHash-0.05.tar.gz" -- cgit v1.2.3