sys-auth/otpcalc - 9999 (ulm)

Search

Install

Install this version:

emerge -a =sys-auth/otpcalc-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-auth/otpcalc-9999

Or alternatively:

emerge --autounmask-write -a =sys-auth/otpcalc-9999

Package Information

Description:
A One Time Password and S/Key calculator for GTK+
Homepage:
https://gitlab.com/otpcalc/otpcalc http://www.killa.net/infosec/otpCalc/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3 meson xdg

DESCRIPTION="A One Time Password and S/Key calculator for GTK+"
HOMEPAGE="https://gitlab.com/otpcalc/otpcalc
	http://www.killa.net/infosec/otpCalc/"
#SRC_URI="https://gitlab.com/otpcalc/${PN}/-/archive/${PV}/${P}.tar.bz2"
EGIT_REPO_URI="https://gitlab.com/otpcalc/otpcalc.git"

LICENSE="GPL-2+"
SLOT="0"
#KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"

RDEPEND="dev-libs/openssl:0=
	x11-libs/gtk+:3"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

Inherited Eclasses

xdg

Dependencies

DEPEND

dev-libs/openssl:0=
	x11-libs/gtk+:3

RDEPEND

dev-libs/openssl:0=
	x11-libs/gtk+:3

BDEPEND

virtual/pkgconfig