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