diff --git a/srcpkgs/perl-SGMLSpm/template b/srcpkgs/perl-SGMLSpm/template new file mode 100644 index 00000000000..980965073ef --- /dev/null +++ b/srcpkgs/perl-SGMLSpm/template @@ -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 " +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 +}