From 735cf1f42bf34d9d39be11dfb10e11ee5f0b2d97 Mon Sep 17 00:00:00 2001 From: Gadzhi Kharkharov Date: Wed, 14 Oct 2020 16:06:36 +0300 Subject: [PATCH] New package: kmon-1.5.1 --- srcpkgs/kmon/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/kmon/template diff --git a/srcpkgs/kmon/template b/srcpkgs/kmon/template new file mode 100644 index 00000000000..a7b25e30185 --- /dev/null +++ b/srcpkgs/kmon/template @@ -0,0 +1,16 @@ +# Template file for 'kmon' +pkgname=kmon +version=1.5.1 +revision=1 +build_style=cargo +hostmakedepends="python3 libxcb-devel" +short_desc="Linux Kernel Manager and Activity Monitor" +maintainer="Orphaned " +license="GPL-3.0-or-later" +homepage="https://github.com/orhun/kmon" +distfiles="https://github.com/orhun/kmon/archive/v${version}.tar.gz" +checksum=@3e05f9c0a347fa6e46070af6c37b4699f467f2f6a53a8c8a10468088112442b1 + +post_install() { + vman man/kmon.8 +}