summaryrefslogtreecommitdiff
blob: 774b124f02cd07f83020f8bb52aedadd586b9404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake git-r3

DESCRIPTION="Official authentication app for German ID cards and residence permits"
HOMEPAGE="https://www.ausweisapp.bund.de/"
EGIT_REPO_URI="https://github.com/Governikus/AusweisApp2.git"

LICENSE="EUPL-1.2"
SLOT="0"

BDEPEND="virtual/pkgconfig"

RDEPEND="
	dev-qt/qtcore:5
	dev-qt/qtnetwork:5
	dev-qt/qtgui:5
	dev-qt/qtsvg:5
	dev-qt/qtwebsockets:5[qml]
	dev-qt/qtwidgets:5
	dev-qt/qtdeclarative
	dev-libs/openssl:0=
	sys-apps/pcsc-lite
	net-libs/http-parser:0=
	virtual/udev"

DEPEND="${RDEPEND}
	dev-qt/qtconcurrent:5
	dev-qt/qtquickcontrols2:5
	dev-qt/linguist-tools:5"

src_configure() {
	local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
	cmake_src_configure
}