25 lines
619 B
TOML
25 lines
619 B
TOML
[build]
|
|
type = "perl"
|
|
|
|
[build.flags]
|
|
post_install = [ "ln -sv /usr/bin/vendor_perl/sgmlspl.pl $DESTDIR/usr/bin/sgmlspl" ]
|
|
|
|
[dependencies]
|
|
runtime = ["perl"]
|
|
|
|
[package]
|
|
description = "Post-Processor for SGMLS and NSGMLS"
|
|
homepage = "https://search.cpan.org/dist/SGMLSpm"
|
|
license = [
|
|
"GPL-1.0",
|
|
"Artistic-2.0",
|
|
]
|
|
name = "perl-sgmls"
|
|
version = "1.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "550c9245291c8df2242f7e88f7921a0f636c7eec92c644418e7d89cfea70b2bd"
|
|
url = "https://search.cpan.org/CPAN/authors/id/R/RA/RAAB/SGMLSpm-$version.tar.gz"
|
|
post_extract = [ '''find . -type f -exec chmod 0644 {} \;''' ]
|