diff --git a/net-analyzer/check_ssl_cert/Manifest b/net-analyzer/check_ssl_cert/Manifest new file mode 100644 index 0000000..2429702 --- /dev/null +++ b/net-analyzer/check_ssl_cert/Manifest @@ -0,0 +1 @@ +DIST check_ssl_cert-2.68.0.tar.bz2 82508 BLAKE2B 0aa4fff21c74021d863db4bb8d70d9441a0e6f899916b9b9741069652d89249274b46aa28b373089aaa3bc9350b65feeb81f02cda9d48ff847896fe7c0f7add5 SHA512 b8beafb462e6eef0a61d9ee76f6033137c1d5c1a92b6d8049a781654fe443d08a87b3521805ed4e9e8dc7144ecae0fba13aaff6541a96895347201e8633e3515 diff --git a/net-analyzer/check_ssl_cert/check_ssl_cert-2.68.0.ebuild b/net-analyzer/check_ssl_cert/check_ssl_cert-2.68.0.ebuild new file mode 100644 index 0000000..983c604 --- /dev/null +++ b/net-analyzer/check_ssl_cert/check_ssl_cert-2.68.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit bash-completion-r1 + +DESCRIPTION="A shell script to check an SSL/TLS connection" +HOMEPAGE="https://github.com/matteocorti/check_ssl_cert" +SRC_URI="https://github.com/matteocorti/${PN}/releases/download/v${PV}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + app-alternatives/bc + net-misc/curl + sys-apps/coreutils + sys-apps/file + net-dns/bind-tools + net-analyzer/nmap + dev-libs/openssl +" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_install() { + exeinto "/usr/$(get_libdir)/nagios/plugins" + doexe ${PN} + + doman ${PN}.1 + + newbashcomp ${PN}.completion ${PN} +} diff --git a/net-analyzer/check_ssl_cert/metadata.xml b/net-analyzer/check_ssl_cert/metadata.xml new file mode 100644 index 0000000..17361c3 --- /dev/null +++ b/net-analyzer/check_ssl_cert/metadata.xml @@ -0,0 +1,8 @@ + + + + + alarig@swordarmor.fr + Alarig Le Lay + +