18 lines
565 B
Bash
18 lines
565 B
Bash
# Template file for 'logswan'
|
|
pkgname=logswan
|
|
version=2.1.12
|
|
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/"
|
|
changelog="https://github.com/fcambus/logswan/raw/master/ChangeLog"
|
|
distfiles="https://github.com/fcambus/logswan/archive/${version}.tar.gz"
|
|
checksum=8e954fcf5319b83f184b1a91d0af12c58bb90ab0f322f42ea6ad36fb05d57894
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|