void-packages/srcpkgs/ytop/template
2020-02-16 19:05:36 +01:00

15 lines
410 B
Bash

# Template file for 'ytop'
pkgname=ytop
version=0.4.3
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=e46292f637ae5f11cfa2ce6f8a65a097317ae05d96aa34632f416878a921a41c
post_install() {
vlicense LICENSE
}