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