void-packages/srcpkgs/detox/template
Piotr Wójcik 6c73622506 detox: update to 1.3.0.
Closes #13558.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-18 23:25:39 +02:00

21 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
}