16 lines
496 B
Bash
16 lines
496 B
Bash
# Template file for 'logswan'
|
|
pkgname=logswan
|
|
version=2.0.3
|
|
revision=1
|
|
build_style=cmake
|
|
makedepends="jansson-devel libmaxminddb-devel"
|
|
short_desc="Fast Web log analyzer using probabilistic data structures"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="BSD-2-clause"
|
|
homepage="https://www.logswan.org/"
|
|
distfiles="https://github.com/fcambus/logswan/archive/${version}.tar.gz"
|
|
checksum=81e923619cc4a382a2da16ca9bfd9db2f56c6885d59e92d25116b7385736e9f6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|