From 530637732ba779d60307f84aaac6fc7e6ee9e6a3 Mon Sep 17 00:00:00 2001 From: Neel Date: Sat, 1 Feb 2020 00:15:32 +0000 Subject: [PATCH] New package: ytop-0.4.2 --- srcpkgs/ytop/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/ytop/template diff --git a/srcpkgs/ytop/template b/srcpkgs/ytop/template new file mode 100644 index 0000000000..4c03ed299b --- /dev/null +++ b/srcpkgs/ytop/template @@ -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 " +license="MIT" +homepage="https://github.com/cjbassi/ytop" +distfiles="https://github.com/cjbassi/ytop/archive/${version}.tar.gz" +checksum=2dc0c375e2f99fcdea1e38eb621e71dc5b65e2e67c4fd936c71c36bbe35ba489 + +post_install() { + vlicense LICENSE +}