void-packages/srcpkgs/outils/template
2016-04-06 22:17:02 +02:00

19 lines
661 B
Bash

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