summaryrefslogtreecommitdiff
blob: b6de04d90caad26e49d4899270b8f1f85496e65f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2021 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="http://www.killa.net/infosec/otpCalc/
	https://gitlab.com/ulm/otpcalc"
#SRC_URI="https://gitlab.com/ulm/${PN}/-/archive/${PV}/${P}.tar.bz2"
EGIT_REPO_URI="https://gitlab.com/ulm/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"