# Template file for 'detox' pkgname=detox version=1.4.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 " license="BSD-3-Clause" homepage="https://github.com/dharple/detox" distfiles="https://github.com/dharple/detox/archive/v${version}.tar.gz" checksum=a9046976a302cb047c49439e065481d4f84811732182f40f3504fd51151edb68 pre_configure() { autoreconf --install } post_install() { vlicense LICENSE }