void-packages/srcpkgs/fail2ban/template
2016-03-09 00:16:58 -05:00

25 lines
675 B
Bash

# Template file for 'fail2ban'
pkgname=fail2ban
version=0.9.4
revision=1
noarch=yes
build_style=python-module
hostmakedepends="pkg-config python"
depends="python"
short_desc="Authentication failure monitor system"
pycompile_dirs="/usr/share/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=870b99dd0110f10d705d0ca5743d42d358e0b5a0a4de8b69ed1d41b40dd98fa4
post_install() {
vsv fail2ban
}