mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
gotop: update to 4.1.0.
By ericonr: Actually move to v4 release branch. Closes: #28242 [via git-merge-pr]
This commit is contained in:
parent
b479adebed
commit
83c7bc749a
1 changed files with 6 additions and 4 deletions
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'gotop'
|
||||
pkgname=gotop
|
||||
version=4.0.1
|
||||
version=4.1.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/xxxserxxx/gotop/cmd/gotop
|
||||
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="BSD-3-Clause"
|
||||
license="MIT"
|
||||
homepage="https://github.com/xxxserxxx/gotop"
|
||||
distfiles="https://github.com/xxxserxxx/gotop/archive/v${version}.tar.gz"
|
||||
checksum=38a34543ed828ed8cedd93049d9634c2e578390543d4068c19f0d0c20aaf7ba0
|
||||
checksum=e61375feb183cc2c73764aaac92e164ea77f073206f7dbbfd4997c0efd38bfc0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue