18 lines
469 B
Bash
18 lines
469 B
Bash
# Template file for 'pst'
|
|
pkgname=pst
|
|
version=1.3.0
|
|
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=def50f6f5b23c93725f94c1abe0cfb45e5d96f1e969ab3b1e12ae567ceefdba8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|