void-packages/srcpkgs/ytop/template
2020-04-22 16:02:00 +02:00

15 lines
410 B
Bash

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