void-packages/srcpkgs/sshguard/template
2017-01-15 14:14:22 +01:00

19 lines
568 B
Bash

# Template file for 'sshguard'
pkgname=sshguard
version=1.99.0
revision=1
build_style=gnu-configure
configure_args="--with-firewall=iptables"
make_dirs="/var/db/sshguard 0755 root root"
depends="iptables"
short_desc="Protects networked hosts from brute force attacks"
maintainer="Lodvær <lodvaer@gmail.com>"
license="3-clause-BSD"
homepage="http://www.sshguard.net/"
distfiles="${SOURCEFORGE_SITE}/sshguard/$pkgname-$version.tar.gz"
checksum=d55ec6f57c24d954998328e0363000dbded9aed0580cfe4b558fce0abe550f95
post_install() {
vsv sshguard-socklog
vlicense COPYING
}