void-packages/srcpkgs/outils/template

20 lines
661 B
Bash
Raw Normal View History

2014-12-25 18:02:32 +00:00
# Template file for 'outils'
pkgname=outils
2016-03-26 16:28:12 +00:00
version=0.4.1
2016-03-25 20:08:02 +00:00
revision=1
2014-12-25 18:02:32 +00:00
build_style=gnu-makefile
make_install_args="install install-calendars"
makedepends="libressl-devel"
2014-12-25 18:02:32 +00:00
depends="gcc" # for cpp(1)
2015-02-23 10:14:01 +00:00
conflicts="signify>=0 openbsd-rs>=0 vis-git>=0"
2014-12-25 18:02:32 +00:00
short_desc="Some non-standard OpenBSD tools"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="ISC, BSD"
homepage="https://github.com/chneukirchen/outils"
2015-02-23 16:24:05 +00:00
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
2016-03-26 16:28:12 +00:00
checksum=8ec18ac1864190061fe7c033131a804f08b9323bc7195b84c0893f78cf2f32b2
2014-12-25 18:02:32 +00:00
post_install() {
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
}