19 lines
483 B
Bash
19 lines
483 B
Bash
# Template file for 'ssh-audit'
|
|
pkgname=ssh-audit
|
|
version=2.2.0
|
|
revision=1
|
|
archs=noarch
|
|
depends="python3"
|
|
short_desc="SSH server 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=a8f4f01122234bd84c01440bfd3b7a6026c50c1a06f3044846a8503c94f94cfb
|
|
python_version=3
|
|
|
|
do_install() {
|
|
vbin ssh-audit.py ssh-audit
|
|
vlicense LICENSE
|
|
}
|