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