mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
netbsd-wtf: update to 20220831.
This commit is contained in:
parent
d8520bf86e
commit
5ea2dad3e3
1 changed files with 8 additions and 8 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'netbsd-wtf'
|
# Template file for 'netbsd-wtf'
|
||||||
pkgname=netbsd-wtf
|
pkgname=netbsd-wtf
|
||||||
version=20180621
|
version=20220831
|
||||||
revision=3
|
revision=1
|
||||||
_commit=b1e5be48e340146f63b174cc14fef892a783168b
|
_commit=fc5588bdd1c45dc812e39bc8ac75084424c67de8
|
||||||
wrksrc="$pkgname-$_commit"
|
wrksrc="netbsd-wtf-${_commit}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="NetBSD's wtf(6) utility"
|
short_desc="NetBSD's wtf(6) utility"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://www.netbsd.org"
|
homepage="https://www.netbsd.org"
|
||||||
distfiles="https://github.com/void-linux/netbsd-wtf/archive/$_commit.tar.gz"
|
distfiles="https://github.com/void-linux/netbsd-wtf/archive/$_commit.tar.gz"
|
||||||
checksum=5da7c6c286673baa8cc0ce2840c16895eef3e884e038a6cb7dedabdd15753de7
|
checksum=1504a28e5b7785bce98d57824747e40b2ebf3c4ca013e6d15dcf0bb13c0228cd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/bin/{wtf,$pkgname}
|
mv ${DESTDIR}/usr/bin/{wtf,netbsd-wtf}
|
||||||
mv ${DESTDIR}/usr/share/man/man6/{wtf,$pkgname}.6
|
mv ${DESTDIR}/usr/share/man/man6/{wtf,netbsd-wtf}.6
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue