15 lines
410 B
Bash
15 lines
410 B
Bash
# Template file for 'ytop'
|
|
pkgname=ytop
|
|
version=0.5.1
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="TUI system monitor written in Rust"
|
|
maintainer="Neel Chotai <neel@chot.ai>"
|
|
license="MIT"
|
|
homepage="https://github.com/cjbassi/ytop"
|
|
distfiles="https://github.com/cjbassi/ytop/archive/${version}.tar.gz"
|
|
checksum=5eb8bc9fd210ac782ff51be98e387c9c63d69dfe97fa69f3fa11c58cf7c9d2df
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|