From 301cdaff6fcb051c35dff6434031f9729f29421a Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Tue, 22 Oct 2019 20:38:03 +0200 Subject: [PATCH] New package: pst-1.2.0 --- srcpkgs/pst/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/pst/template diff --git a/srcpkgs/pst/template b/srcpkgs/pst/template new file mode 100644 index 00000000000..251c1d249f4 --- /dev/null +++ b/srcpkgs/pst/template @@ -0,0 +1,17 @@ +# Template file for 'pst' +pkgname=pst +version=1.2.0 +revision=1 +build_style=go +go_import_path=github.com/skanehira/pst +hostmakedepends="git" +short_desc="TUI process monitor" +maintainer="Daniel Lewan " +license="MIT" +homepage="https://github.com/skanehira/pst" +distfiles="https://github.com/skanehira/pst/archive/${version}.tar.gz" +checksum=e0066a779ba6e578e58f5ea95dc6a6621ad21a28a89fe1dee1569b4427009826 + +post_install() { + vlicense LICENSE +}