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