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