2017-11-15 08:04:33 +01:00

21 lines
579 B
Bash

# Template file for 'html-xml-utils'
pkgname=html-xml-utils
version=7.3
revision=1
build_style=gnu-configure
short_desc="A number of simple utilities for manipulating HTML and XML files"
maintainer="Orphaned <orphan@voidlinux.eu>"
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=945db646dd4d0b31c4b3f70638f4b8203a03b381ee0adda4a89171b219b5b969
do_check() {
make check
}
post_install() {
rm ${DESTDIR}/usr/share/doc/html-xml-utils/COPYING
vlicense COPYING
}