# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake-utils DESCRIPTION="Official authentication app for German ID cards and residence permits" HOMEPAGE="https://www.ausweisapp.bund.de/" SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="EUPL-1.2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND=" dev-qt/qtcore:5 dev-qt/qtconcurrent:5 dev-qt/qtnetwork:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwebsockets:5[qml] dev-qt/qtquickcontrols2:5 dev-qt/qtwidgets:5 dev-libs/openssl sys-apps/pcsc-lite" DEPEND="${RDEPEND} dev-qt/linguist-tools:5 virtual/pkgconfig doc? ( app-doc/doxygen )" src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF ) cmake-utils_src_configure }