outils: update to 0.9.
This commit is contained in:
parent
9ae2c7be7b
commit
3dfa53bc4b
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'outils'
|
||||
pkgname=outils
|
||||
version=0.8
|
||||
revision=2
|
||||
version=0.9
|
||||
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"
|
||||
license="ISC, BSD-3-Clause"
|
||||
homepage="https://github.com/leahneukirchen/outils"
|
||||
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=92bfee7d5ab91bee85f8fbe890267f16821aecafae0013eeea7d4c9478f37e1d
|
||||
checksum=b7afdf1a0d11b9d5a0e1ea165ad2841e32b21245ec573170cb6498a13bf43b73
|
||||
conflicts="signify>=0 openbsd-rs>=0"
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue