sys-auth/oath-uri - 1.0.0 (sinustrom)

Search

Package Information

Description:
A C/C++ library, and CLI tool to generate OATH TOTP/HOTP key sharing URIs
Homepage:
https://sinustrom.info/projects/oath-uri/
License:
LGPL-2+ GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="A C/C++ library, and CLI tool to generate OATH TOTP/HOTP key sharing URIs"
HOMEPAGE="https://sinustrom.info/projects/oath-uri/"
SRC_URI="https://github.com/zpuskas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2+ GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+cli"

DEPEND=""
RDEPEND="${DEPEND}"

src_configure() {
	local mycmakeargs=(
		-DLIB_INSTALL_DIR="$(get_libdir)"
		-DOATHURI_CLI="$(usex cli)"
	)
	cmake_src_configure
}

USE Flags

cli
Default: Enabled (+)

Manifest for 1.0.0

Type File Size Source URLs
DIST oath-uri-1.0.0.tar.gz 32969 bytes https://github.com/zpuskas/oath-uri/archive/v1.0.0.tar.gz