From 29641f22ee5e89d680504c81b8aef6795380e9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Fri, 1 Jul 2022 13:53:23 +0200 Subject: app-crypt/eobcanka: bump to v3.3.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- app-crypt/eobcanka/eobcanka-3.3.0.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app-crypt/eobcanka/eobcanka-3.3.0.ebuild (limited to 'app-crypt/eobcanka/eobcanka-3.3.0.ebuild') diff --git a/app-crypt/eobcanka/eobcanka-3.3.0.ebuild b/app-crypt/eobcanka/eobcanka-3.3.0.ebuild new file mode 100644 index 0000000..5c7751c --- /dev/null +++ b/app-crypt/eobcanka/eobcanka-3.3.0.ebuild @@ -0,0 +1,25 @@ +# 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" +} -- cgit v1.2.3