# Template file for 'detox'
pkgname=detox
version=3.0.1
revision=1
build_style=gnu-configure
configure_args="--sysconfdir=/etc/detox"
hostmakedepends="automake flex pkg-config"
checkdepends="valgrind strace"
short_desc="Utility designed to clean up filenames"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/dharple/detox"
distfiles="https://github.com/dharple/detox/archive/v${version}.tar.gz"
checksum=15dc32ca5856a3edc2fff237c8cbcb29979a25292aac738a272181d2152699ea

pre_configure() {
	autoreconf --install
}

post_install() {
	vlicense LICENSE
}
