mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
testing/perl-module-runtime: new aport
This commit is contained in:
parent
3564a236d6
commit
829d0e1e92
1 changed files with 41 additions and 0 deletions
41
testing/perl-module-runtime/APKBUILD
Normal file
41
testing/perl-module-runtime/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-module-runtime
|
||||
_pkgreal=Module-Runtime
|
||||
pkgver=0.013
|
||||
pkgrel=0
|
||||
pkgdesc="runtime module handling"
|
||||
url="http://search.cpan.org/dist/Module-Runtime/"
|
||||
arch="noarch"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends=""
|
||||
cpanmakedepends="perl-test-pod perl-test-pod-coverage"
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/$_pkgreal-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
|
||||
perl Build.PL installdirs=vendor || return 1
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
|
||||
./Build && ./Build test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
./Build install destdir="$pkgdir" || return 1
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
md5sums="62b88b1f5f0e975a5d7c80cd46167b97 Module-Runtime-0.013.tar.gz"
|
||||
sha256sums="ec37e03d90dc905679dab62a82f42cf0897ed79244b87fd9d531438dc3c31023 Module-Runtime-0.013.tar.gz"
|
||||
sha512sums="4e8ad61d27d9e269a26a7da4905fcfb2bcc4d775ca1bcddd96f14e8238c725ff8c916dfc8e6faebad5d42c3a0a8eb7d264298471b0cc65d972b5d344a6b9a339 Module-Runtime-0.013.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue