18 lines
506 B
Bash
18 lines
506 B
Bash
# Template file for 'gotop'
|
|
pkgname=gotop
|
|
version=1.7.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=8be6ad92a7acc628fd7405536e84055a69abd2ebf4401069ec3595f769fcf39e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|