mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
outils: update to 0.6.
This commit is contained in:
parent
beb42b07d3
commit
545a5503e3
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'outils'
|
# Template file for 'outils'
|
||||||
pkgname=outils
|
pkgname=outils
|
||||||
version=0.5
|
version=0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="install install-calendars"
|
make_install_args="install install-calendars"
|
||||||
makedepends="libressl-devel"
|
|
||||||
depends="gcc" # for cpp(1)
|
depends="gcc" # for cpp(1)
|
||||||
conflicts="signify>=0 openbsd-rs>=0"
|
conflicts="signify>=0 openbsd-rs>=0"
|
||||||
short_desc="Some non-standard OpenBSD tools"
|
short_desc="Some non-standard OpenBSD tools"
|
||||||
|
@ -12,7 +11,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="ISC, BSD"
|
license="ISC, BSD"
|
||||||
homepage="https://github.com/chneukirchen/outils"
|
homepage="https://github.com/chneukirchen/outils"
|
||||||
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=5559425d3957092ca06fcc178c5319bfa2688ffb7fba5067a96c79c354136838
|
checksum=544c9778ab698d5225e8cd4386bd1a7d65cbbe6826dc42c6bba6cea150ba507e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
|
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue