void-packages/srcpkgs/procs/template
2020-03-15 14:09:04 +01:00

21 lines
556 B
Bash

# Template file for 'procs'
pkgname=procs
version=0.9.20
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=509e8085a7b68c4084e9940ad418e03b4704cef518f6de55e5b3f421f4639a36
case "$XBPS_TARGET_MACHINE" in
aarch64-musl)
broken="https://travis-ci.org/void-linux/void-packages/jobs/649451051"
;;
esac
post_install() {
vlicense LICENSE
}