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