16 lines
426 B
Bash
16 lines
426 B
Bash
# Template file for 'procs'
|
|
pkgname=procs
|
|
version=0.10.7
|
|
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=bf0da9d47be2cf5ee005328bfe173ad2a577772340dc6dc53aded42c0d335c56
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|