void-packages/srcpkgs/detox/template
UsernameRandomlyGenerated ba1128f637 detox: update to 1.3.3.
2021-02-06 02:06:38 -03:00

21 lines
600 B
Bash

# Template file for 'detox'
pkgname=detox
version=1.3.3
revision=1
build_style=gnu-configure
configure_args="--sysconfdir=/etc/detox"
hostmakedepends="automake flex"
makedepends="libfl-devel"
short_desc="Utility designed to clean up filenames"
maintainer="Martin Födinger <foedinger.martin@autistici.org>"
license="BSD-3-Clause"
homepage="https://github.com/dharple/detox"
distfiles="https://github.com/dharple/detox/archive/v${version}.tar.gz"
checksum=d57b6b8909046e66e2d992c126aba59c350d8aebfae55937397ef0b88abb4ae0
pre_configure() {
autoreconf --install
}
post_install() {
vlicense LICENSE
}