void-packages/srcpkgs/ytop/template

16 lines
410 B
Bash
Raw Normal View History

2020-02-01 00:15:32 +00:00
# Template file for 'ytop'
pkgname=ytop
2020-02-17 14:39:37 +00:00
version=0.5.1
2020-02-01 00:15:32 +00:00
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"
2020-02-17 14:39:37 +00:00
checksum=5eb8bc9fd210ac782ff51be98e387c9c63d69dfe97fa69f3fa11c58cf7c9d2df
2020-02-01 00:15:32 +00:00
post_install() {
vlicense LICENSE
}