void-packages/srcpkgs/cksfv/template
2021-04-11 02:24:27 -03:00

16 lines
547 B
Bash

# Template file for 'cksfv'
pkgname=cksfv
version=1.3.14
revision=3
build_style=configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://zakalwe.fi/~shd/foss/cksfv/"
distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
pre_configure() {
configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
}