diff --git a/srcpkgs/ytop/template b/srcpkgs/ytop/template new file mode 100644 index 00000000000..4c03ed299b3 --- /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 +}