# Template file for 'outils' pkgname=outils version=0.4.2 revision=2 build_style=gnu-makefile make_install_args="install install-calendars" makedepends="libressl-devel" 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=7eb65dc4734f1db1c2d251f62ac26b6fb947bb68fe177af79107d4ea3d627704 post_install() { rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1 }