void-packages/srcpkgs/gotop/template

17 lines
465 B
Bash
Raw Normal View History

# Template file for 'gotop'
pkgname=gotop
2018-07-17 23:21:24 +02:00
version=1.4.1
2018-04-23 16:57:08 -03:00
revision=1
build_style=go
go_import_path="github.com/cjbassi/gotop"
short_desc="Terminal based graphical activity monitor"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
2018-04-23 16:57:08 -03:00
license="AGPL-3.0-or-later"
homepage="https://github.com/cjbassi/gotop"
distfiles="${homepage}/archive/${version}.tar.gz"
2018-07-17 23:21:24 +02:00
checksum=e1ce6278002833c5bccf80621aa5c4f3db3fc8117c1f59530fba25c7f87e9b96
post_install() {
vlicense LICENSE
}