net-analyzer/check_ssl_cert: new package, add 2.68.0
This commit is contained in:
parent
061435ad66
commit
1388006fad
1
net-analyzer/check_ssl_cert/Manifest
Normal file
1
net-analyzer/check_ssl_cert/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST check_ssl_cert-2.68.0.tar.bz2 82508 BLAKE2B 0aa4fff21c74021d863db4bb8d70d9441a0e6f899916b9b9741069652d89249274b46aa28b373089aaa3bc9350b65feeb81f02cda9d48ff847896fe7c0f7add5 SHA512 b8beafb462e6eef0a61d9ee76f6033137c1d5c1a92b6d8049a781654fe443d08a87b3521805ed4e9e8dc7144ecae0fba13aaff6541a96895347201e8633e3515
|
35
net-analyzer/check_ssl_cert/check_ssl_cert-2.68.0.ebuild
Normal file
35
net-analyzer/check_ssl_cert/check_ssl_cert-2.68.0.ebuild
Normal file
|
@ -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}
|
||||
}
|
8
net-analyzer/check_ssl_cert/metadata.xml
Normal file
8
net-analyzer/check_ssl_cert/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue