17 lines
469 B
Bash
17 lines
469 B
Bash
# Template file for 'pst'
|
|
pkgname=pst
|
|
version=1.3.1
|
|
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"
|
|
checksum=d6c82272fa087b91085d7f027f08f79b6d3788a47ee2bb59add5296a086995e7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|