# Template file for 'outils' pkgname=outils version=0.6 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="Christian Neukirchen " license="ISC, BSD" homepage="https://github.com/chneukirchen/outils" distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz" checksum=544c9778ab698d5225e8cd4386bd1a7d65cbbe6826dc42c6bba6cea150ba507e post_install() { rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1 }