void-packages/srcpkgs/gotop/template
2018-09-19 06:38:37 +02:00

17 lines
506 B
Bash

# Template file for 'gotop'
pkgname=gotop
version=1.5.0
revision=1
build_style=go
go_import_path=github.com/cjbassi/gotop
hostmakedepends="git"
short_desc="Terminal based graphical activity monitor"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="AGPL-3.0-or-later"
homepage="https://github.com/cjbassi/gotop"
distfiles="https://github.com/cjbassi/gotop/archive/${version}.tar.gz"
checksum=8ab7c76130a0e9f038e48ddc6496c54cb27c898e1c73448e39bef02a24629ef3
post_install() {
vlicense LICENSE
}