void-packages/srcpkgs/gops/template
2020-04-17 16:06:56 +02:00

17 lines
489 B
Bash

# Template file for 'gops'
pkgname=gops
version=0.3.7
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=0d1ad5441e9260f675adc15507fa22cfc9721164c13b8df4cd028ce6b42ede2f
post_install() {
vlicense LICENSE
}