mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gotop: update to 4.1.3.
This commit is contained in:
parent
e465f26b93
commit
3949d770ff
1 changed files with 5 additions and 3 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'gotop'
|
# Template file for 'gotop'
|
||||||
pkgname=gotop
|
pkgname=gotop
|
||||||
version=4.1.2
|
version=4.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
|
build_helper=qemu
|
||||||
go_ldflags="-X main.Version=v${version}"
|
go_ldflags="-X main.Version=v${version}"
|
||||||
go_import_path="github.com/xxxserxxx/gotop/v4"
|
go_import_path="github.com/xxxserxxx/gotop/v4"
|
||||||
go_package="$go_import_path/cmd/gotop"
|
go_package="$go_import_path/cmd/gotop"
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="Terminal based graphical activity monitor"
|
short_desc="Terminal based graphical activity monitor"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/xxxserxxx/gotop"
|
homepage="https://github.com/xxxserxxx/gotop"
|
||||||
distfiles="https://github.com/xxxserxxx/gotop/archive/v${version}.tar.gz"
|
distfiles="https://github.com/xxxserxxx/gotop/archive/v${version}.tar.gz"
|
||||||
checksum=81518fecfdab4f4c25a4713e24d9c033ba8311bbd3e2c0435ba76349028356da
|
checksum=c0a02276e718b988d1220dc452063759c8634d42e1c01a04c021486c1e61612d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vtargetrun ${DESTDIR}/usr/bin/gotop --create-manpage > gotop.1
|
||||||
|
vman gotop.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue