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