void-packages/srcpkgs/fail2ban/template

25 lines
675 B
Bash
Raw Normal View History

2015-05-19 14:54:27 +02:00
# Template file for 'fail2ban'
pkgname=fail2ban
2015-11-30 17:03:25 +01:00
version=0.9.3
2015-05-19 14:54:27 +02:00
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/"
2015-11-30 17:03:25 +01:00
conf_files="
/etc/fail2ban/fail2ban.conf
/etc/fail2ban/jail.conf
/etc/fail2ban/action.d/*.conf
/etc/fail2ban/filter.d/*.conf"
2015-05-19 14:54:27 +02:00
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
license="GPL-2"
2015-11-30 17:03:25 +01:00
homepage="http://www.fail2ban.org/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=b3a0793d9ed3b4e341e568388c65bb07a904f77ac8044186376cab3e58e5b2c9
2015-05-19 14:54:27 +02:00
post_install() {
vsv fail2ban
}