overlay/app-admin/ssl-cert-check/ssl-cert-check-9999.ebuild
Tobias Klaus 58b49583ff
app-admin/ssl-cert-check: addition
Package-Manager: Portage-2.3.11, Repoman-2.3.3
2017-10-16 23:39:52 +02:00

24 lines
447 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils git-r3
DESCRIPTION="Script to warn about expiring ssl certificates"
HOMEPAGE="https://github.com/raimue/ssl-cert-check"
EGIT_REPO_URI="https://github.com/raimue/ssl-cert-check.git"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-libs/openssl"
LICENSE="BSD-2"
src_install() {
dosbin ssl-cert-check
dodoc README.md
}