summaryrefslogtreecommitdiff
path: root/app-crypt/eobcanka/eobcanka-3.3.0.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2022-10-27 18:43:43 +0200
committerCtibor Brančík <ctibor@brancik.cz>2022-10-27 18:43:43 +0200
commitbe1fc8cd94f947ac57a0da996c3990bf343fb09f (patch)
treed35d023f8d32cd64ddfb92e79972ab1c3cfee8e0 /app-crypt/eobcanka/eobcanka-3.3.0.ebuild
parent4fd82b6b0c58a0077c9361905b461078d14146bf (diff)
downloadbrancik-overlay-be1fc8cd94f947ac57a0da996c3990bf343fb09f.tar.gz
brancik-overlay-be1fc8cd94f947ac57a0da996c3990bf343fb09f.tar.bz2
Update app-crypt/eobcanka v3.3.1
Diffstat (limited to 'app-crypt/eobcanka/eobcanka-3.3.0.ebuild')
-rw-r--r--app-crypt/eobcanka/eobcanka-3.3.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-crypt/eobcanka/eobcanka-3.3.0.ebuild b/app-crypt/eobcanka/eobcanka-3.3.0.ebuild
deleted file mode 100644
index 5c7751c..0000000
--- a/app-crypt/eobcanka/eobcanka-3.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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}"
-
-src_unpack() {
- unpack_deb ${A}
-}
-
-src_install() {
- cp -R "${WORKDIR}/usr" "${D}" || die "Installation failed"
- cp -R "${WORKDIR}/opt" "${D}" || die "Installation failed"
-}