18 lines
578 B
Bash
18 lines
578 B
Bash
# Template file for 'html-xml-utils'
|
|
pkgname=html-xml-utils
|
|
version=7.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libidn-devel"
|
|
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=75f810ec1aee60c62b9f25a79f048fc510b63797c271349030deaf8480be2751
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/share/doc/html-xml-utils/COPYING
|
|
vlicense COPYING
|
|
}
|