void-packages/srcpkgs/procs/template
2020-12-07 19:52:26 +01:00

15 lines
427 B
Bash

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