void-packages/srcpkgs/gotop/template
2019-01-19 05:49:42 -02:00

17 lines
506 B
Bash

# Template file for 'gotop'
pkgname=gotop
version=2.0.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=50c823b6f774a73bea284172cd1dacc776fe64db6e5b7d20a9f4c0f2456f1dd3
post_install() {
vlicense LICENSE
}