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