New package: perl-Alien-Libxml2-0.19
This commit is contained in:
parent
566b6d94dc
commit
3d2686500d
1 changed files with 21 additions and 0 deletions
21
srcpkgs/perl-Alien-Libxml2/template
Normal file
21
srcpkgs/perl-Alien-Libxml2/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'perl-Alien-Libxml2'
|
||||
pkgname=perl-Alien-Libxml2
|
||||
version=0.19
|
||||
revision=1
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl perl-Alien-Build pkg-config"
|
||||
makedepends="perl libxml2-devel"
|
||||
depends="libxml2-devel"
|
||||
checkdepends="perl-Test2-Suite"
|
||||
short_desc="Install the C libxml2 library on your system"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
homepage="https://metacpan.org/release/Alien-Libxml2"
|
||||
distfiles="${CPAN_SITE}/Alien/${pkgname/perl-/}-${version}.tar.gz"
|
||||
checksum=f4a674099bbd5747c0c3b75ead841f3b244935d9ef42ba35368024bd611174c9
|
||||
|
||||
post_extract() {
|
||||
# Strip out unnecessary crap.
|
||||
vsed -i -e '/Alien::Build::Plugin::Download::GitLab/d' Makefile.PL
|
||||
vsed -i -e '/::GitLab/,/);/d' alienfile
|
||||
}
|
Loading…
Add table
Reference in a new issue