summaryrefslogblamecommitdiff
path: root/user/perl-io-all/APKBUILD
blob: 2d5a3707f2918de4e1b467b69f83c1e7d75a449c (plain) (tree)
1
2
3
4
5
6
7


                                                                   



                               





                                              
              

                          

                                                                                        

         




                                                                 



                 




                                                                                                                                                                 
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-io-all
_pkgreal=IO-All
_author=FREW
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=0.87
pkgrel=0
pkgdesc="Simple Perl module for all I/O needs"
url="https://metacpan.org/release/IO-All"
arch="noarch"
license="Artistic-1.0-Perl"
depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

build() {
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
	make
}

check() {
	make test
}

package() {
	make DESTDIR="$pkgdir" install
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

sha512sums="bd8cb6d44db51a9a140209223f016e48acd713ec03ced1b9c02933fd88c6363926635dae033b20905201b13e8186b8bcc3f428d4d85cd187fc68b777cd197267  IO-All-0.87.tar.gz"