void-packages/srcpkgs/procs/template
2020-05-03 11:54:39 +02:00

22 lines
556 B
Bash

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