summaryrefslogtreecommitdiff
path: root/app-crypt/eobcanka/eobcanka-3.1.2.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2021-03-27 20:11:40 +0100
committerCtibor Brančík <ctibor@brancik.cz>2021-03-27 20:11:40 +0100
commit527969a4e770728e32f9f07ef48c1858f3e97b16 (patch)
treee38b449338a818e49b6ecfdc271b710c80a34993 /app-crypt/eobcanka/eobcanka-3.1.2.ebuild
parent819f3f0501633d593cc20c2683f78486cd506020 (diff)
downloadbrancik-overlay-527969a4e770728e32f9f07ef48c1858f3e97b16.tar.gz
brancik-overlay-527969a4e770728e32f9f07ef48c1858f3e97b16.tar.bz2
Update app-crypt/eobcanka to 3.1.3
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, 0 insertions, 25 deletions
diff --git a/app-crypt/eobcanka/eobcanka-3.1.2.ebuild b/app-crypt/eobcanka/eobcanka-3.1.2.ebuild
deleted file mode 100644
index 32ff9d1..0000000
--- a/app-crypt/eobcanka/eobcanka-3.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 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 eObcanka identity card."
-HOMEPAGE="https://info.eidentita.cz/eop"
-SRC_URI="https://info.eidentita.cz/download/eObcanka.deb -> ${PN}-${PV}.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"
-}