mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
New package: pst-1.2.0
This commit is contained in:
parent
852fc6be41
commit
85c0d3d94a
1 changed files with 17 additions and 0 deletions
17
srcpkgs/pst/template
Normal file
17
srcpkgs/pst/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'pst'
|
||||||
|
pkgname=pst
|
||||||
|
version=1.2.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=e0066a779ba6e578e58f5ea95dc6a6621ad21a28a89fe1dee1569b4427009826
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue