diff --git a/srcpkgs/pst/template b/srcpkgs/pst/template new file mode 100644 index 0000000000..251c1d249f --- /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 +}