mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-25 10:40:21 +02:00
gops: update to 0.3.28.
Adopt.
This commit is contained in:
parent
ddae110d53
commit
063082cf56
1 changed files with 8 additions and 4 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'gops'
|
# Template file for 'gops'
|
||||||
pkgname=gops
|
pkgname=gops
|
||||||
version=0.3.27
|
version=0.3.28
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/google/gops"
|
go_import_path="github.com/google/gops"
|
||||||
short_desc="List and diagnose Go processes currently running on your system"
|
short_desc="List and diagnose Go processes currently running on your system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/google/gops"
|
homepage="https://github.com/google/gops"
|
||||||
changelog="https://github.com/google/gops/releases"
|
changelog="https://github.com/google/gops/releases"
|
||||||
distfiles="https://github.com/google/gops/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/google/gops/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=1d5b8b0979c284d29d85f44aba6d0a5175059568aa698a242c5bc1d772263746
|
checksum=9a040fe38e45aa41cfc43be5babb5e7962b027e1f6f8b68e5112f01866a42bba
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
go test -v ./...
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue