summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-02-21 22:16:56 +0100
committerUlrich Müller <ulm@gentoo.org>2021-02-21 22:16:56 +0100
commitcb84b86affddeac37fa826f4d2c5d82910d88571 (patch)
tree890a2281fc282afb2bad9f70096b636ae810b9cb
parentsys-auth/otpcalc: Live ebuild (diff)
downloadulm-cb84b86affddeac37fa826f4d2c5d82910d88571.tar.gz
ulm-cb84b86affddeac37fa826f4d2c5d82910d88571.tar.bz2
ulm-cb84b86affddeac37fa826f4d2c5d82910d88571.zip
sys-auth/otpcalc: Sync live ebuild from Gentoo repo
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--sys-auth/otpcalc/otpcalc-9999.ebuild22
1 files changed, 7 insertions, 15 deletions
diff --git a/sys-auth/otpcalc/otpcalc-9999.ebuild b/sys-auth/otpcalc/otpcalc-9999.ebuild
index 940ec69..b6de04d 100644
--- a/sys-auth/otpcalc/otpcalc-9999.ebuild
+++ b/sys-auth/otpcalc/otpcalc-9999.ebuild
@@ -3,27 +3,19 @@
EAPI=7
-inherit git-r3 meson
+inherit git-r3 meson xdg
-DESCRIPTION="A One Time Password and S/Key calculator for X"
-HOMEPAGE="http://www.killa.net/infosec/otpCalc/"
+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+" # bundled crypto functions are not used
+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"
-
-src_configure() {
- local emesonargs=( -Dlibcrypto=enabled )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- dosym otpCalc /usr/bin/otpcalc
- newman - otpcalc.1 <<< ".so man1/otpCalc.1"
-}