logtop: update to 0.7

This commit is contained in:
Nathan Owens 2018-12-27 23:00:18 -06:00 committed by Helmut Pozimski
parent d6e865e6ec
commit 624cb7cd13

View File

@ -1,17 +1,19 @@
# Template file for 'logtop' # Template file for 'logtop'
pkgname=logtop pkgname=logtop
version=0.6 version=0.7
revision=1 revision=1
wrksrc="logtop-logtop-${version}" wrksrc="logtop-logtop-${version}"
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="ncurses-devel uthash" makedepends="ncurses-devel uthash"
short_desc="Display real time statistics of whatever you want" short_desc="Display real time statistics of whatever you want"
maintainer="Orphaned <orphan@voidlinux.eu>" maintainer="Orphaned <orphan@voidlinux.eu>"
homepage="http://julienpalard.github.io/logtop/" license="BSD-2-Clause"
license="GPL-3" homepage="https://julienpalard.github.io/logtop/"
distfiles="https://github.com/JulienPalard/logtop/archive/logtop-${version}.tar.gz" distfiles="https://github.com/JulienPalard/logtop/archive/logtop-${version}.tar.gz"
checksum=0841dc9dea3774eb9094ce15acdc0ae66ed589b790ffeb31e73f8dd3dbaf4a85 checksum=c63371cd806b1b1e80e2e39b988c039d90264e6d92f8c03762035b6f74fa8730
post_install() { post_install() {
vman doc/logtop.1 vman doc/logtop.1
vlicense COPYRIGHT
} }