b7939b520d
Also, use a fork of the original project, which has been archived.
17 lines
518 B
Bash
17 lines
518 B
Bash
# Template file for 'gotop'
|
|
pkgname=gotop
|
|
version=4.0.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/xxxserxxx/gotop/cmd/gotop
|
|
hostmakedepends="git"
|
|
short_desc="Terminal based graphical activity monitor"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/xxxserxxx/gotop"
|
|
distfiles="https://github.com/xxxserxxx/gotop/archive/v${version}.tar.gz"
|
|
checksum=38a34543ed828ed8cedd93049d9634c2e578390543d4068c19f0d0c20aaf7ba0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|