void-packages/srcpkgs/gotop/template
UsernameRandomlyGenerated 2babff515a gotop: update to 4.1.2.
2021-08-06 14:18:17 -03:00

20 lines
584 B
Bash

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