diff options
author | Michał Polański <michal@polanski.me> | 2020-01-06 19:04:10 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-07 02:15:26 +0100 |
commit | 415475203453506ba0ae30c69b28dd0d6981fa41 (patch) | |
tree | 23ee949031bb681933fcdd22ecf39ebcca73463d /testing | |
parent | f3897777d8680dbc1d4ee6f84915bdcee7bebbad (diff) | |
download | aports-415475203453506ba0ae30c69b28dd0d6981fa41.tar.bz2 aports-415475203453506ba0ae30c69b28dd0d6981fa41.tar.xz |
testing/ssh-audit: new aport
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ssh-audit/APKBUILD | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/ssh-audit/APKBUILD b/testing/ssh-audit/APKBUILD new file mode 100644 index 0000000000..837ffa3f55 --- /dev/null +++ b/testing/ssh-audit/APKBUILD @@ -0,0 +1,17 @@ +# Contributor: Michał Polański <michal@polanski.me> +# Maintainer: Michał Polański <michal@polanski.me> +pkgname=ssh-audit +pkgver=2.1.1 +pkgrel=0 +pkgdesc="SSH server and client configuration auditing" +url="https://github.com/jtesta/ssh-audit" +arch="noarch" +license="MIT" +depends="python3" +source="$pkgname-$pkgver.tar.gz::https://github.com/jtesta/ssh-audit/archive/v$pkgver.tar.gz" + +package() { + install -Dm755 ssh-audit.py "$pkgdir/usr/bin/$pkgname" +} + +sha512sums="8663b17431a5959733f820ec7002971ea8d90b0f44023982a9cf2dd5384a868935ad071d0b9b5064da01cd62e43bd674e01bab8b0d0147051f72d3fb90b9e6e9 ssh-audit-2.1.1.tar.gz" |