New package: procs-0.9.9
This commit is contained in:
parent
aebf383a99
commit
9d38612340
1 changed files with 21 additions and 0 deletions
21
srcpkgs/procs/template
Normal file
21
srcpkgs/procs/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'procs'
|
||||
pkgname=procs
|
||||
version=0.9.9
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Modern replacement for ps written in Rust"
|
||||
maintainer="travankor <travankor@tuta.io>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/dalance/procs"
|
||||
distfiles="https://github.com/dalance/procs/archive/v${version}.tar.gz"
|
||||
checksum=414b40fc56ee57dda7ba8b07d8cecd6811cf702474c9f1c922a619ee5d597223
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64-musl)
|
||||
broken="https://travis-ci.org/void-linux/void-packages/jobs/649451051"
|
||||
;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue