Files
guru/app-misc/ledger-live/ledger-live-2.68.1.ebuild
Patrick Zwerschke 59027d89be app-misc/ledger-live: add 2.68.1, drop 2.58.0
Signed-off-by: Patrick Zwerschke <patrick@p5k.org>
2023-09-18 16:49:20 +02:00

26 lines
531 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Manager for the Ledger hardware wallet"
HOMEPAGE="https://www.ledger.com/"
SRC_URI="https://download.live.ledger.com/ledger-live-desktop-${PV}-linux-x86_64.AppImage -> ${P}.AppImage"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
DEPEND="sys-libs/zlib:="
RDEPEND="${DEPEND}
sys-fs/fuse:0
"
QA_PREBUILT="*"
S="${DISTDIR}"
src_install() {
newbin ${P}.AppImage ledger-live
}