From f88a30b9c87654f1a1af950452a47687ada41c20 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.0 --- 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 00000000000..a0378d53152 --- /dev/null +++ b/srcpkgs/ytop/template @@ -0,0 +1,15 @@ +# Template file for 'ytop' +pkgname=ytop +version=0.4.0 +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=f35eec6158d677da636bc289fec266e15e35d43e364e5f7c461f16cc8ea89056 + +post_install() { + vlicense LICENSE +}