18 lines
483 B
Bash
18 lines
483 B
Bash
# Template file for 'ssh-audit'
|
|
pkgname=ssh-audit
|
|
version=2.1.1
|
|
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=e70d7dfb98fa4941f07424783a2f601c9e3920eb33da53997c13b9d7d2720dcb
|
|
python_version=3
|
|
|
|
do_install() {
|
|
vbin ssh-audit.py ssh-audit
|
|
vlicense LICENSE
|
|
}
|