21 lines
566 B
Bash
21 lines
566 B
Bash
# Template file for 'ssh-audit'
|
|
pkgname=ssh-audit
|
|
version=3.0.0
|
|
revision=2
|
|
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=42ef70e004c06f3b09e7d93e3c6e2d667bec0335b6e171f2c5024503ebd5c166
|
|
python_version=3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman ssh-audit.1
|
|
}
|