20 lines
584 B
Bash
20 lines
584 B
Bash
# Template file for 'gotop'
|
|
pkgname=gotop
|
|
version=4.1.1
|
|
revision=1
|
|
build_style=go
|
|
go_ldflags="-X main.Version=v${version}"
|
|
go_import_path="github.com/xxxserxxx/gotop/v4"
|
|
go_package="$go_import_path/cmd/gotop"
|
|
hostmakedepends="git"
|
|
short_desc="Terminal based graphical activity monitor"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/xxxserxxx/gotop"
|
|
distfiles="https://github.com/xxxserxxx/gotop/archive/v${version}.tar.gz"
|
|
checksum=314dcfc4b0faa0bb735e5fa84b2406492bf94f7948af43e2b9d2982d69d542ed
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|