mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/perl-try-tiny: new aport
This commit is contained in:
parent
9c9d2287b6
commit
568eba87db
41
testing/perl-try-tiny/APKBUILD
Normal file
41
testing/perl-try-tiny/APKBUILD
Normal file
@ -0,0 +1,41 @@
|
||||
# Automatically generated by apkbuild-cpan, template 1
|
||||
# Contributor: Francesco Colista <francesco.colista@gmail.com>
|
||||
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
|
||||
pkgname=perl-try-tiny
|
||||
_pkgreal=Try-Tiny
|
||||
pkgver=0.18
|
||||
pkgrel=0
|
||||
pkgdesc="minimal try/catch with proper preservation of $@"
|
||||
url="http://search.cpan.org/dist/Try-Tiny/"
|
||||
arch="noarch"
|
||||
license="mit"
|
||||
cpandepends=""
|
||||
cpanmakedepends="grep perl-sub-name"
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/D/DO/DOY/$_pkgreal-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
|
||||
make && make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
md5sums="86f4586f2f980bb46599ebe3e879303f Try-Tiny-0.18.tar.gz"
|
||||
sha256sums="4ec6fa76eda43ceb10598ea9950c815b332bb4e927b11a62d247c447faca4a1a Try-Tiny-0.18.tar.gz"
|
||||
sha512sums="2e21298a22670c58a702a5a168a43dc48a213ef407bd7be3b3676522ea17735ea22dc835aa89c4e57e53af030e3310c881e9432c527435d827351f2230af0de5 Try-Tiny-0.18.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user