# Template file for 'ssh-audit' pkgname=ssh-audit version=2.3.1 revision=1 build_style="python3-module" hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-pytest" short_desc="SSH server & client auditing" maintainer="Andrew Benson " license="MIT" homepage="https://github.com/jtesta/ssh-audit" distfiles="https://github.com/jtesta/ssh-audit/archive/v${version}.tar.gz" checksum=3d81c2620f53e7e0fe359e94524f28b58d53aa4e77292e2c9c555e174993d314 python_version=3 do_check() { PYTHONPATH=build/lib python3 -m pytest } post_install() { vlicense LICENSE vman ssh-audit.1 }