aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-uri-fromhash
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2020-02-25 23:57:27 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-02-27 00:03:26 +0000
commitc9f84744ce5a5cdb3feffbc00471f77fb273936e (patch)
tree41d893f07f81eb03e726770d2948b823abf8946d /testing/perl-uri-fromhash
parent650789a096d605ed6dc4465c5c62e192c5eae839 (diff)
downloadaports-c9f84744ce5a5cdb3feffbc00471f77fb273936e.tar.bz2
aports-c9f84744ce5a5cdb3feffbc00471f77fb273936e.tar.xz
community/perl-uri-fromhash: move from testing
Diffstat (limited to 'testing/perl-uri-fromhash')
-rw-r--r--testing/perl-uri-fromhash/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/perl-uri-fromhash/APKBUILD b/testing/perl-uri-fromhash/APKBUILD
deleted file mode 100644
index 8c690276c1..0000000000
--- a/testing/perl-uri-fromhash/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 2
-# Contributor: Timothy Legge <timlegge@gmail.com>
-# Maintainer: Timothy Legge <timlegge@gmail.com>
-pkgname=perl-uri-fromhash
-_pkgreal=URI-FromHash
-pkgver=0.05
-pkgrel=1
-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"
-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"