New package: perl-SGMLSpm-1.1

This commit is contained in:
newbluemoon 2017-09-16 22:52:54 +02:00 committed by Leаh Neukirchen
parent 6134ea5338
commit 75c86a8c64

View file

@ -0,0 +1,20 @@
# Template file for 'perl-SGMLSpm'
pkgname=perl-SGMLSpm
version=1.1
revision=1
wrksrc=${pkgname/perl-/}-${version}
build_style=perl-module
noarch=yes
hostmakedepends="perl"
makedepends="${hostmakedepends}"
depends="${hostmakedepends}"
short_desc="A perl5 class library for use with the sgmls and nsgmls parsers"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-2"
homepage="http://search.cpan.org/dist/SGMLSpm/"
distfiles="http://search.cpan.org/CPAN/authors/id/R/RA/RAAB/${pkgname/perl-/}-${version}.tar.gz"
checksum=550c9245291c8df2242f7e88f7921a0f636c7eec92c644418e7d89cfea70b2bd
post_extract() {
chmod 644 MYMETA.yml
}