mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
# Automatically generated by apkbuild-cpan, template 1
|
|
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=perl-getopt-long-descriptive
|
|
_pkgreal=Getopt-Long-Descriptive
|
|
pkgver=0.100
|
|
pkgrel=0
|
|
pkgdesc="Getopt::Long, but simpler and more powerful"
|
|
url="http://search.cpan.org/dist/Getopt-Long-Descriptive/"
|
|
arch="noarch"
|
|
license="GPL PerlArtistic"
|
|
cpandepends="perl-sub-exporter perl-params-validate"
|
|
cpanmakedepends="perl-test-warnings perl-test-fatal perl-cpan-meta-check"
|
|
depends="$cpandepends"
|
|
makedepends="perl-dev $cpanmakedepends"
|
|
subpackages="$pkgname-doc"
|
|
source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_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 && make test
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
make DESTDIR="$pkgdir" install || return 1
|
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
|
}
|
|
|
|
md5sums="de219672e59bab7137d8f0e4219f41a5 Getopt-Long-Descriptive-0.100.tar.gz"
|
|
sha256sums="1451e79310d1630de37690e3aba5c38ea5f01a486c5a43f0cd95bef2a02dffb6 Getopt-Long-Descriptive-0.100.tar.gz"
|
|
sha512sums="0efd6f707487b9b44d5c3b5c9e46c3718546e44bf1b66c198be6ebfc922e7bdb23a9c57c5a9c0985dc3769617141696750e1bd982457247b679e3bdb5f9f16c7 Getopt-Long-Descriptive-0.100.tar.gz"
|