SwordArMor-gentoo-overlay/net-dns/check_dane/check_dane-0.1.ebuild
Alarig Le Lay f074b8aa1b
net-dns/check_dane: Nagios plugin for DANE (new ebuild)
Nagios/Icinga plugin for checking DANE/TLSA records

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2020-03-28 16:17:06 +01:00

30 lines
591 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Nagios/Icinga plugin for checking DANE/TLSA records"
HOMEPAGE="https://github.com/debfx/check_dane"
MY_GITHUB_AUTHOR="debfx"
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
>=dev-lang/python-3.4
dev-libs/openssl
dev-python/dnspython
"
BDEPEND=""
src_install() {
exeinto /usr/lib64/nagios/plugins/
doexe check_dane
dodoc README.md
}