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-16 16:06:16 +00:00
version=0.4.3
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-16 16:06:16 +00:00
checksum=e46292f637ae5f11cfa2ce6f8a65a097317ae05d96aa34632f416878a921a41c
2020-02-01 00:15:32 +00:00
post_install() {
vlicense LICENSE
}