22 lines
688 B
Bash
22 lines
688 B
Bash
# 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"
|
|
# https://metacpan.org/release/SGMLSpm doesn't exist
|
|
homepage="https://metacpan.org/release/RAAB/SGMLSpm-1.1"
|
|
distfiles="https://cpan.metacpan.org/authors/id/R/RA/RAAB/SGMLSpm-${version}.tar.gz"
|
|
checksum=550c9245291c8df2242f7e88f7921a0f636c7eec92c644418e7d89cfea70b2bd
|
|
|
|
post_extract() {
|
|
chmod 644 MYMETA.yml
|
|
}
|