New package: ytop-0.4.2

This commit is contained in:
Neel 2020-02-01 00:15:32 +00:00 committed by Juan RP
parent 8ebbe8b38d
commit 530637732b

15
srcpkgs/ytop/template Normal file
View file

@ -0,0 +1,15 @@
# Template file for 'ytop'
pkgname=ytop
version=0.4.2
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=2dc0c375e2f99fcdea1e38eb621e71dc5b65e2e67c4fd936c71c36bbe35ba489
post_install() {
vlicense LICENSE
}