16 lines
489 B
Bash
16 lines
489 B
Bash
# Template file for 'gops'
|
|
pkgname=gops
|
|
version=0.3.6
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/google/gops"
|
|
short_desc="List and diagnose Go processes currently running on your system"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/google/gops"
|
|
distfiles="https://github.com/google/gops/archive/v${version}.tar.gz"
|
|
checksum=a6a7c387f1ce6663ee589da790bb8fcb480be7d67ead3b236f546b7119f96893
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|