logtop: update to 0.7
This commit is contained in:
parent
d6e865e6ec
commit
624cb7cd13
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'logtop'
|
||||
pkgname=logtop
|
||||
version=0.6
|
||||
version=0.7
|
||||
revision=1
|
||||
wrksrc="logtop-logtop-${version}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="ncurses-devel uthash"
|
||||
short_desc="Display real time statistics of whatever you want"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
homepage="http://julienpalard.github.io/logtop/"
|
||||
license="GPL-3"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://julienpalard.github.io/logtop/"
|
||||
distfiles="https://github.com/JulienPalard/logtop/archive/logtop-${version}.tar.gz"
|
||||
checksum=0841dc9dea3774eb9094ce15acdc0ae66ed589b790ffeb31e73f8dd3dbaf4a85
|
||||
checksum=c63371cd806b1b1e80e2e39b988c039d90264e6d92f8c03762035b6f74fa8730
|
||||
|
||||
post_install() {
|
||||
vman doc/logtop.1
|
||||
vlicense COPYRIGHT
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue