New package: ssh-audit-1.7.0

This commit is contained in:
Andrew Benson 2018-02-22 20:02:03 -05:00 committed by Toyam Cox
parent 72451a4cc7
commit 68f58f9730

View file

@ -0,0 +1,22 @@
# Template file for 'ssh-audit'
pkgname=ssh-audit
version=1.7.0
revision=1
_licver=22b671e15f0c8acdaed8594d0a8ae9f7c3303452
build_style=fetch
noarch=yes
python_version=3
depends="python3"
short_desc="SSH server auditing"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/arthepsy/ssh-audit"
distfiles="https://raw.githubusercontent.com/arthepsy/ssh-audit/v${version}/ssh-audit.py
https://raw.githubusercontent.com/arthepsy/ssh-audit/${_licver}/LICENSE"
checksum="a3ff0734e1c71b0830a1ff93de2a7bce5faaa8fa893d760966de50eac24d859b
8de5f3aaee4a896c62a5c3010954dbe13779b9ae07addcb0380873a9830c66e8"
do_install() {
vbin ssh-audit.py ssh-audit
vlicense LICENSE
}