aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-03 02:06:58 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-05 08:22:26 +0000
commit56ab4c7e7f3fc86bd686be87d048dc8a1ec840df (patch)
tree3a64001ba5007c4edd0755b07af77996a4e10cf0 /main
parent8782e4974a27836179b7a461ac666d3bfaf34d4f (diff)
downloadaports-56ab4c7e7f3fc86bd686be87d048dc8a1ec840df.tar.bz2
aports-56ab4c7e7f3fc86bd686be87d048dc8a1ec840df.tar.xz
community/perl-test-inter: move from main
Diffstat (limited to 'main')
-rw-r--r--main/perl-test-inter/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/main/perl-test-inter/APKBUILD b/main/perl-test-inter/APKBUILD
deleted file mode 100644
index 9d94453297..0000000000
--- a/main/perl-test-inter/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=perl-test-inter
-_pkgreal=Test-Inter
-pkgver=1.09
-pkgrel=0
-pkgdesc="framework for more readable interactive test scripts"
-url="http://search.cpan.org/dist/Test-Inter/"
-arch="noarch"
-license="GPL-1.0-or-later OR Artistic-1.0-Perl"
-makedepends="perl-dev perl-module-build"
-checkdepends="perl-test-pod perl-test-pod-coverage perl-file-find-rule"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/$_pkgreal-$pkgver.tar.gz"
-
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- cd "$builddir"
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-build() {
- cd "$builddir"
- make
-}
-
-check() {
- cd "$builddir"
- make test
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" pure_install
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="b1f556393a445ae2c04fcc958fc3c9ee9091d17aaa9997dfde13098622162ebc27ac0282401abc27131a3b072be3aafeb5cc74af4b3e1ff4149f6c77536ef6c4 Test-Inter-1.09.tar.gz"