23 lines
706 B
Bash
23 lines
706 B
Bash
# 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
|
|
}
|