16 lines
499 B
Bash
16 lines
499 B
Bash
# Template file for 'cksfv'
|
|
pkgname=cksfv
|
|
version=1.3.15
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="SFV checksum utility (simple file verification)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://zakalwe.fi/~shd/foss/cksfv/"
|
|
distfiles="https://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
|
|
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
|
|
|
|
pre_configure() {
|
|
configure_args+="--package-prefix=${DESTDIR}"
|
|
}
|