netbsd-wtf: update to 20220831.

This commit is contained in:
Duncaen 2022-09-02 12:04:58 +02:00
parent d8520bf86e
commit 5ea2dad3e3
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -1,18 +1,18 @@
# Template file for 'netbsd-wtf'
pkgname=netbsd-wtf
version=20180621
revision=3
_commit=b1e5be48e340146f63b174cc14fef892a783168b
wrksrc="$pkgname-$_commit"
version=20220831
revision=1
_commit=fc5588bdd1c45dc812e39bc8ac75084424c67de8
wrksrc="netbsd-wtf-${_commit}"
build_style=gnu-makefile
short_desc="NetBSD's wtf(6) utility"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="Public Domain"
homepage="https://www.netbsd.org"
distfiles="https://github.com/void-linux/netbsd-wtf/archive/$_commit.tar.gz"
checksum=5da7c6c286673baa8cc0ce2840c16895eef3e884e038a6cb7dedabdd15753de7
checksum=1504a28e5b7785bce98d57824747e40b2ebf3c4ca013e6d15dcf0bb13c0228cd
post_install() {
mv ${DESTDIR}/usr/bin/{wtf,$pkgname}
mv ${DESTDIR}/usr/share/man/man6/{wtf,$pkgname}.6
mv ${DESTDIR}/usr/bin/{wtf,netbsd-wtf}
mv ${DESTDIR}/usr/share/man/man6/{wtf,netbsd-wtf}.6
}