void-packages/srcpkgs/fail2ban/template
2017-10-13 09:25:59 +02:00

25 lines
667 B
Bash

# Template file for 'fail2ban'
pkgname=fail2ban
version=0.10.1
revision=1
noarch=yes
build_style=python2-module
hostmakedepends="pkg-config python"
depends="python"
short_desc="Authentication failure monitor system"
pycompile_module="fail2ban"
conf_files="
/etc/fail2ban/fail2ban.conf
/etc/fail2ban/jail.conf
/etc/fail2ban/action.d/*.conf
/etc/fail2ban/filter.d/*.conf"
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
license="GPL-2"
homepage="http://www.fail2ban.org/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=19bac652e50f35b3b58ea010c2b89b91b945365d37dbf17467e0dc345c058465
post_install() {
vsv fail2ban
}