19 lines
610 B
Bash
19 lines
610 B
Bash
# Template file for 'wtfutil'
|
|
pkgname=wtfutil
|
|
version=0.43.0
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/wtfutil/wtf"
|
|
short_desc="Personal information dashboard for the terminal"
|
|
maintainer="Bnyro <bnyro@tutanota.com>"
|
|
license="MPL-2.0"
|
|
homepage="http://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=bb48e38e479b26e0b956b163e4804e99cd49545214090c2fdf99e54382b3d651
|
|
|
|
post_install() {
|
|
# Rename the binary to wtfutil when installing
|
|
mv ${DESTDIR}/usr/bin/wtf{,util}
|
|
}
|