summaryrefslogtreecommitdiff
path: root/app-crypt/eobcanka/eobcanka-3.1.2.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2020-01-08 18:56:01 +0100
committerCtibor Brančík <ctibor@brancik.cz>2020-01-08 18:56:01 +0100
commitce5c8324fa30d3dc65e7b225496fd6e467b1e0ac (patch)
tree614f520acb8b1b93c79871372ba21704ffc509f4 /app-crypt/eobcanka/eobcanka-3.1.2.ebuild
parent157ad81f93a59076ea90e59efa2b33e2dc8db0bf (diff)
downloadbrancik-overlay-ce5c8324fa30d3dc65e7b225496fd6e467b1e0ac.tar.gz
brancik-overlay-ce5c8324fa30d3dc65e7b225496fd6e467b1e0ac.tar.bz2
Update app-crypt/eobcanka to v3.1.2
Diffstat (limited to 'app-crypt/eobcanka/eobcanka-3.1.2.ebuild')
-rw-r--r--app-crypt/eobcanka/eobcanka-3.1.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-crypt/eobcanka/eobcanka-3.1.2.ebuild b/app-crypt/eobcanka/eobcanka-3.1.2.ebuild
new file mode 100644
index 0000000..bfb8bd5
--- /dev/null
+++ b/app-crypt/eobcanka/eobcanka-3.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit unpacker xdg
+
+DESCRIPTION="Applications and libraries for the Czech eObčanka identity card."
+HOMEPAGE="https://info.eidentita.cz/eop"
+SRC_URI="https://info.eidentita.cz/download/eObcanka.deb"
+
+LICENSE="Apache-2.0 LGPL-3 Openssl eObcanka"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}"
+
+src_unpack() {
+ unpack_deb ${A}
+}
+
+src_install() {
+ cp -R "${WORKDIR}/usr" "${D}" || die "Installation failed"
+ cp -R "${WORKDIR}/opt" "${D}" || die "Installation failed"
+}