void-packages/srcpkgs/procs/template
2020-09-28 21:40:03 -04:00

15 lines
426 B
Bash

# Template file for 'procs'
pkgname=procs
version=0.10.5
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=e363f71d690256dbc48d2a1b6e7c17d17d08dc611561646647443f6500787f25
post_install() {
vlicense LICENSE
}