summaryrefslogtreecommitdiff
path: root/app-crypt/eobcanka/eobcanka-3.3.2.ebuild
blob: ffa829a137bc5773d7e1d8a7fc3b50a3b0eeea2d (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
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit unpacker xdg

DESCRIPTION="Applications and libraries for the Czech eObcanka identity card."
HOMEPAGE="https://info.identitaobcana.cz/eop"
SRC_URI="https://info.identitaobcana.cz/download/eObcanka.deb -> ${PN}-${PV}.deb"

LICENSE="Apache-2.0 LGPL-3 openssl eObcanka"
SLOT="0"
KEYWORDS="~amd64"

S="${WORKDIR}"

RDEPEND="
		dev-qt/qtlocation
		sys-apps/pcsc-lite
		media-libs/libpng
		x11-libs/libX11
		x11-libs/gtk+:3
		dev-libs/glib
		x11-libs/libxcb
		"

src_unpack() {
	unpack_deb "${A}"
}

src_install() {
	cp -R "${WORKDIR}/usr" "${D}" || die "Installation failed"
	cp -R "${WORKDIR}/opt" "${D}" || die "Installation failed"
}