# Template file for 'detox' pkgname=detox version=1.4.2 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=40af25c00a55227cdddaa54d8a1b18fb47112f4fd72efabc325dd8e540b804df pre_configure() { autoreconf --install } post_install() { vlicense LICENSE }