void-packages/srcpkgs/gotop/template

18 lines
506 B
Bash

# Template file for 'gotop'
pkgname=gotop
version=1.6.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=c55ab94cb3f532cec1a060e4965451dc9e72443dfb4b07bb6579934d5cdb2a7d
post_install() {
vlicense LICENSE
}