void-packages/srcpkgs/logswan/template
2019-11-22 00:50:59 +01:00

17 lines
564 B
Bash

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