19 lines
471 B
Bash
19 lines
471 B
Bash
# Template file for 'visitors'
|
|
pkgname=visitors
|
|
version=0.7
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
short_desc="Lightweight web log analyzer"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://www.hping.org/visitors/"
|
|
distfiles="http://www.hping.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=d2149e33ffe96b1f52b0587cff65973b0bc0b24ec43cdf072a782c1bd52148ab
|
|
|
|
do_install() {
|
|
vbin visitors
|
|
vdoc README
|
|
vdoc Changelog
|
|
vdoc AUTHORS
|
|
}
|