vp-build/srcpkgs/detox/template

22 lines
600 B
Bash

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