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 +}