17 lines
550 B
Bash
17 lines
550 B
Bash
# Template file for 'html-xml-utils'
|
|
pkgname=html-xml-utils
|
|
version=7.0
|
|
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=e7d30de4fb4731f3ecd4622ac30db9fb82e1aa0ab190ae13e457360eea9460b0
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/share/doc/html-xml-utils/COPYING
|
|
vlicense COPYING
|
|
}
|