void-packages/srcpkgs/pst/template

18 lines
469 B
Bash
Raw Normal View History

2019-10-22 20:38:03 +02:00
# Template file for 'pst'
pkgname=pst
2019-10-26 12:50:26 +02:00
version=1.3.0
2019-10-22 20:38:03 +02: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-10-26 12:50:26 +02:00
checksum=def50f6f5b23c93725f94c1abe0cfb45e5d96f1e969ab3b1e12ae567ceefdba8
2019-10-22 20:38:03 +02:00
post_install() {
vlicense LICENSE
}