19 lines
587 B
Bash
19 lines
587 B
Bash
# Template file for 'logtop'
|
|
pkgname=logtop
|
|
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>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://julienpalard.github.io/logtop/"
|
|
distfiles="https://github.com/JulienPalard/logtop/archive/logtop-${version}.tar.gz"
|
|
checksum=c63371cd806b1b1e80e2e39b988c039d90264e6d92f8c03762035b6f74fa8730
|
|
|
|
post_install() {
|
|
vman doc/logtop.1
|
|
vlicense COPYRIGHT
|
|
}
|