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:
parent
aeb6c07292
commit
0ca7e3013e
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue