app-crypt/sscg - 4.0.3 (inode64-overlay)

Search

Package Information

Description:
Simple Signed Certificate Generator
Homepage:
https://github.com/sgallagher/sscg
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
4.0.3 8 ~amd64 ~x86 0
View Raw Ebuild
# 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 )

Dependencies

RDEPEND

	sys-libs/talloc
	dev-libs/ding-libs
	>=dev-libs/popt-1.14
	>=dev-libs/openssl-1.1.0:=

BDEPEND

	sys-apps/help2man

Manifest for 4.0.3

Type File Size Source URLs
DIST sscg-4.0.3.tar.gz 79885 bytes https://github.com/sgallagher/sscg/archive/sscg-4.0.3.tar.gz