mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 23:57:01 +02:00
17 lines
565 B
Bash
17 lines
565 B
Bash
# Template file for 'logswan'
|
|
pkgname=logswan
|
|
version=2.1.15
|
|
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=6e500f33b741fce766225048ec2197e57047f91baa42ecd55ec2b94cdc2c3b5d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|