16 lines
550 B
Bash
16 lines
550 B
Bash
# Template file for 'html-xml-utils'
|
|
pkgname=html-xml-utils
|
|
version=7.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="A number of simple utilities for manipulating HTML and XML files"
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
license="custom"
|
|
homepage="https://www.w3.org/Tools/HTML-XML-utils/README"
|
|
distfiles="https://www.w3.org/Tools/HTML-XML-utils/${pkgname}-${version}.tar.gz"
|
|
checksum=ec0efd2263b864bb7e0ae5c59f02c43c5d8aebd0e1c0d2bfce391e665766d56e
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/share/doc/html-xml-utils/COPYING
|
|
vlicense COPYING
|
|
}
|