void-packages/srcpkgs/gops/template

18 lines
552 B
Bash

# Template file for 'gops'
pkgname=gops
version=0.3.27
revision=2
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"
changelog="https://github.com/google/gops/releases"
distfiles="https://github.com/google/gops/archive/refs/tags/v${version}.tar.gz"
checksum=1d5b8b0979c284d29d85f44aba6d0a5175059568aa698a242c5bc1d772263746
post_install() {
vlicense LICENSE
}