void-packages/srcpkgs/ISOEnts/template
Đoàn Trần Công Danh ea17c2c65f ISOEnts: drop noarch
2020-10-09 22:04:13 +07:00

19 lines
606 B
Bash

# Template file for 'ISOEnts'
pkgname=ISOEnts
version=1986
revision=5
create_wrksrc=yes
depends="xmlcatmgr"
short_desc="Character entity sets from ISO 8879:1986 (SGML)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Public Domain"
homepage="http://www.oasis-open.org"
distfiles="http://www.oasis-open.org/cover/${pkgname}.zip"
checksum=dce4359a3996ed2fd33ad5eaa11a9bcfc24b5b06992e24295132b06db19a99b2
sgml_entries="CATALOG /usr/share/sgml/iso8879/catalog --"
do_install() {
vmkdir usr/share/sgml/iso8879
vcopy "*" usr/share/sgml/iso8879
vinstall ${FILESDIR}/catalog 644 usr/share/sgml/iso8879
}