void-packages/srcpkgs/logswan/template
2020-07-04 14:31:18 +02:00

18 lines
564 B
Bash

# Template file for 'logswan'
pkgname=logswan
version=2.1.6
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=76621bb0aa030fe9bde3569cbfa809ec0ae94a2b52a5ae4321f5ba4e67416223
post_install() {
vlicense LICENSE
}