void-packages/srcpkgs/pst/template

18 lines
469 B
Bash
Raw Normal View History

2019-10-22 18:38:03 +00:00
# Template file for 'pst'
pkgname=pst
2019-11-10 12:12:00 +00:00
version=1.3.2
2019-10-22 18:38:03 +00:00
revision=1
build_style=go
go_import_path=github.com/skanehira/pst
hostmakedepends="git"
short_desc="TUI process monitor"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="MIT"
homepage="https://github.com/skanehira/pst"
distfiles="https://github.com/skanehira/pst/archive/${version}.tar.gz"
2019-11-10 12:12:00 +00:00
checksum=99075d67a3302fd61d19f7859c5ad368d068a426731b1ff2222a224c60d8f308
2019-10-22 18:38:03 +00:00
post_install() {
vlicense LICENSE
}