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