From f73b694c0c2abd70052f5ec66167cce22bb006ed Mon Sep 17 00:00:00 2001 From: cr6git Date: Fri, 31 Aug 2018 13:31:19 +0200 Subject: [PATCH] New package: gops-0.3.5 --- srcpkgs/gops/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/gops/template diff --git a/srcpkgs/gops/template b/srcpkgs/gops/template new file mode 100644 index 00000000000..9135bc62a5e --- /dev/null +++ b/srcpkgs/gops/template @@ -0,0 +1,16 @@ +# Template file for 'gops' +pkgname=gops +version=0.3.5 +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="cr6git " +license="BSD-3-Clause" +homepage="https://github.com/google/gops" +distfiles="https://github.com/google/gops/archive/v${version}.tar.gz" +checksum=683b6b78465c06e868e6b3cdf6c796f956e06981f40c7d6f9d17f9d67fe01716 + +post_install() { + vlicense LICENSE +}