# Template file for 'ssh-audit'
pkgname=ssh-audit
version=3.9.0
revision=1
build_style="python3-module"
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="SSH server & client auditing"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/jtesta/ssh-audit"
distfiles="https://github.com/jtesta/ssh-audit/archive/v${version}.tar.gz"
checksum=618ec29801c3abefcef8bb8177f918dcba6b3542f0803ce510cd13bfcd13815d
python_version=3

post_install() {
	vlicense LICENSE
	vman ssh-audit.1
}
