# Template file for 'wtfutil'
pkgname=wtfutil
version=0.46.0
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://raw.githubusercontent.com/wtfutil/wtf/master/CHANGELOG.md"
distfiles="https://github.com/wtfutil/wtf/archive/refs/tags/v${version}.tar.gz"
checksum=9cf809323ff12b9c1499623647fad141dd91d552e5e26ca9ddb8da4a43aed762

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