void-packages/srcpkgs/outils/template
2018-12-18 18:23:00 +01:00

18 lines
605 B
Bash

# Template file for 'outils'
pkgname=outils
version=0.8
revision=1
build_style=gnu-makefile
make_install_args="install install-calendars"
depends="gcc" # for cpp(1)
conflicts="signify>=0 openbsd-rs>=0"
short_desc="Some non-standard OpenBSD tools"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="ISC, BSD"
homepage="https://github.com/chneukirchen/outils"
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
checksum=92bfee7d5ab91bee85f8fbe890267f16821aecafae0013eeea7d4c9478f37e1d
post_install() {
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
}