diff --git a/srcpkgs/ssh-audit/template b/srcpkgs/ssh-audit/template new file mode 100644 index 00000000000..18cbe4ca9d9 --- /dev/null +++ b/srcpkgs/ssh-audit/template @@ -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 " +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 +}