17 lines
465 B
Bash
17 lines
465 B
Bash
# Template file for 'gotop'
|
|
pkgname=gotop
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/cjbassi/gotop"
|
|
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="${homepage}/archive/${version}.tar.gz"
|
|
checksum=fcb5932e31379749c200946ae7f00b6f9ced156ae2b01772372dfa02ec4c9eee
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|