sscg-4.0.3inode64-overlay
download
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Simple Signed Certificate Generator"
HOMEPAGE="https://github.com/sgallagher/sscg"
if [[ ${PV} == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/sgallagher/sscg.git"
else
SRC_URI="https://github.com/sgallagher/${PN}/archive/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
S="${WORKDIR}/${PN}-${P}"
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
sys-libs/talloc
dev-libs/ding-libs
>=dev-libs/popt-1.14
>=dev-libs/openssl-1.1.0:=
"
BDEPEND="
sys-apps/help2man
"
DOCS=( README.md )