aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-io-async/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-io-async/APKBUILD')
-rw-r--r--main/perl-io-async/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/main/perl-io-async/APKBUILD b/main/perl-io-async/APKBUILD
deleted file mode 100644
index 3c0d4210291..00000000000
--- a/main/perl-io-async/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
-# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
-pkgname=perl-io-async
-_pkgreal=IO-Async
-pkgver=0.74
-pkgrel=0
-pkgdesc="Asynchronous event-driven programming"
-url="https://metacpan.org/release/IO-Async"
-arch="noarch"
-license="GPL-1.0-or-later OR Artistic-1.0-Perl"
-depends="perl-struct-dumb perl-future"
-makedepends="perl-dev perl-test-refcount perl-test-fatal perl-test-identity perl-module-build"
-subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz"
-
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- perl Build.PL installdirs=vendor
-}
-
-build() {
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- ./Build
-}
-
-check() {
- ./Build test
-}
-
-package() {
- ./Build install destdir="$pkgdir"
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="99a2e7385259cbe645443c7dfdf4e9ba083f8ee3db7fa806d6576c21403c96641612c77f814dc0d7727a4391c8a375ec1ae026c955c1b34a3e172ffd7e9602b9 IO-Async-0.74.tar.gz"