New package: logtop-0.6

Closes: #12320 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
cr6git 2018-03-09 08:53:55 +01:00 committed by Jürgen Buchmüller
parent aeb6c07292
commit 0ca7e3013e
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 17 additions and 0 deletions

17
srcpkgs/logtop/template Normal file
View File

@ -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 <quark6@protonmail.com>"
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
}