# Template file for 'wtfutil'
pkgname=wtfutil
version=0.49.1
revision=1
build_style=go
go_import_path="github.com/wtfutil/wtf"
make_check_args="-skip TestTimeout" # spawns an http server
short_desc="Personal information dashboard for the terminal"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0"
homepage="https://wtfutil.com"
changelog="https://github.com/wtfutil/wtf/releases"
distfiles="https://github.com/wtfutil/wtf/archive/refs/tags/v${version}.tar.gz"
checksum=77860a2bc3a14ebea15a8f31b388fd14a09dd2ecaade4e82079331c094896bb6

post_install() {
	# Rename the binary to wtfutil when installing
	mv ${DESTDIR}/usr/bin/wtf{,util}
}
