ssh-audit: add man page.
This commit is contained in:
parent
9e6a0f1291
commit
dbd0dae493
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'ssh-audit'
|
# Template file for 'ssh-audit'
|
||||||
pkgname=ssh-audit
|
pkgname=ssh-audit
|
||||||
version=2.3.0
|
version=2.3.0
|
||||||
revision=1
|
revision=2
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="SSH server auditing"
|
short_desc="SSH server & client auditing"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jtesta/ssh-audit"
|
homepage="https://github.com/jtesta/ssh-audit"
|
||||||
|
@ -14,4 +14,5 @@ python_version=3
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ssh-audit.py ssh-audit
|
vbin ssh-audit.py ssh-audit
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vman ssh-audit.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue