void-packages/srcpkgs/logswan/template
2020-06-16 16:09:49 +02:00

17 lines
564 B
Bash

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