mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
perl-xml-easy new aport
This commit is contained in:
parent
5081c1ac4a
commit
e75ee09546
1 changed files with 38 additions and 0 deletions
38
testing/perl-xml-easy/APKBUILD
Normal file
38
testing/perl-xml-easy/APKBUILD
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Automatically generated by apkbuild-cpan, template 2
|
||||
# Contributor: Timothy Legge <timlegge@gmail.com>
|
||||
# Maintainer: Timothy Legge <timlegge@gmail.com>
|
||||
pkgname=perl-xml-easy
|
||||
_pkgreal=XML-Easy
|
||||
pkgver=0.011
|
||||
pkgrel=0
|
||||
pkgdesc="XML processing with a clean interface"
|
||||
url="https://metacpan.org/release/XML-Easy/"
|
||||
arch="all"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends="perl-params-classify"
|
||||
cpanmakedepends="perl-params-classify perl-module-build"
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/XML-Easy-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
./Build test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
./Build install destdir="$pkgdir"
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
sha512sums="19e325a2968cd62e255e6f4e3e870a15f84c2d69ea6a1bf457b1de25d352554285f7162c01fd1dbb363bbad6ae882bc7d49b94655a4795664a735392871b2e02 XML-Easy-0.011.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue