summaryrefslogtreecommitdiff
path: root/app-crypt/eobcanka/eobcanka-3.1.1.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2019-09-24 09:28:11 +0200
committerCtibor Brančík <ctibor@brancik.cz>2019-09-24 09:28:11 +0200
commitde5c0bfa12391efee3ddb73a4655f34729772d32 (patch)
tree92a666a6936d59d1c9e29ae1b47448c82961f43f /app-crypt/eobcanka/eobcanka-3.1.1.ebuild
parentbbde90928ea7ecf57bcc842cf14a9f9a846d67e2 (diff)
downloadbrancik-overlay-de5c0bfa12391efee3ddb73a4655f34729772d32.tar.gz
brancik-overlay-de5c0bfa12391efee3ddb73a4655f34729772d32.tar.bz2
Add app-crypt/eobcanka sw
Diffstat (limited to 'app-crypt/eobcanka/eobcanka-3.1.1.ebuild')
-rw-r--r--app-crypt/eobcanka/eobcanka-3.1.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-crypt/eobcanka/eobcanka-3.1.1.ebuild b/app-crypt/eobcanka/eobcanka-3.1.1.ebuild
new file mode 100644
index 0000000..bfb8bd5
--- /dev/null
+++ b/app-crypt/eobcanka/eobcanka-3.1.1.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"
+}