aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-12 18:00:33 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-20 13:27:32 +0000
commitd58b8b85381185f21028e2be89af5c53e005d058 (patch)
treeb08cabd71ad6fc4e6388be99c7d33731d1e15df2
parentabac94fc39d0cbac8513a080f9aa3a2dd6619769 (diff)
downloadaports-d58b8b85381185f21028e2be89af5c53e005d058.tar.bz2
aports-d58b8b85381185f21028e2be89af5c53e005d058.tar.xz
testing/perl-specio: remove, is in main/
-rw-r--r--testing/perl-specio/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/perl-specio/APKBUILD b/testing/perl-specio/APKBUILD
deleted file mode 100644
index afcde58970..0000000000
--- a/testing/perl-specio/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Breno Leitao <breno.leitao@gmail.com>
-# Maintainer: Breno Leitao <breno.leitao@gmail.com>
-pkgname=perl-specio
-_pkgname=Specio
-pkgver=0.36
-pkgrel=2
-pkgdesc="Type constraints and coercions for Perl"
-url="https://github.com/houseabsolute/Specio"
-arch="noarch"
-license="Artistic"
-depends="perl"
-checkdepends="perl-test-fatal perl-test-needs perl-eval-closure perl-mro-compat perl-role-tiny perl-devel-stacktrace perl-module-runtime perl-moo"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/houseabsolute/$_pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$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
-}
-
-sha512sums="739007e046d7f2d6a40e561ea9aeffea298fd111b3aa66f1f964fd80843319e0cbd83f39f9457ce3e8d59973313a35ead8065a94588fed84d687cc8ea5634501 perl-specio-0.36.tar.gz"