21 lines
600 B
Bash
21 lines
600 B
Bash
# Template file for 'detox'
|
|
pkgname=detox
|
|
version=1.4.1
|
|
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=fd71aa31abc82b1ec8b7ce996cd70062939e9c165b106f395beced3706c5ea17
|
|
|
|
pre_configure() {
|
|
autoreconf --install
|
|
}
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|