8f43104b90
Fix bound checks. [ci skip]
21 lines
556 B
Bash
21 lines
556 B
Bash
# Template file for 'procs'
|
|
pkgname=procs
|
|
version=0.9.12
|
|
revision=2
|
|
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=ed3ddb652baa3633b2990ace1082a734d697b4882f3d7ddc75625f9cefa6a99e
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64-musl)
|
|
broken="https://travis-ci.org/void-linux/void-packages/jobs/649451051"
|
|
;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|