From 0ca7e3013ece8b4e7eef61b2eebc41ffcd8abb27 Mon Sep 17 00:00:00 2001 From: cr6git Date: Fri, 9 Mar 2018 08:53:55 +0100 Subject: [PATCH] New package: logtop-0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #12320 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller --- srcpkgs/logtop/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/logtop/template diff --git a/srcpkgs/logtop/template b/srcpkgs/logtop/template new file mode 100644 index 00000000000..2e40a274836 --- /dev/null +++ b/srcpkgs/logtop/template @@ -0,0 +1,17 @@ +# Template file for 'logtop' +pkgname=logtop +version=0.6 +revision=1 +wrksrc="logtop-logtop-${version}" +build_style=gnu-makefile +makedepends="ncurses-devel uthash" +short_desc="Display real time statistics of whatever you want" +maintainer="cr6git " +homepage="http://julienpalard.github.io/logtop/" +license="GPL-3" +distfiles="https://github.com/JulienPalard/logtop/archive/logtop-${version}.tar.gz" +checksum=0841dc9dea3774eb9094ce15acdc0ae66ed589b790ffeb31e73f8dd3dbaf4a85 + +post_install() { + vman doc/logtop.1 +}