app-misc/ledger-live: new package, add 2.43.1

Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2022-09-02 01:36:36 +01:00
parent 7837b04ba3
commit fcd950e104
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST ledger-live-desktop-2.43.1-linux-x86_64.AppImage 108981264 BLAKE2B aa14b1087ffffbf623b9e78a41e005ef93d0a62dd29d9112becbd380809d00ec3978bba4b4364eccd9e2775da1f6b979035685885a9c35845b224b10a7525699 SHA512 738254ea939772bcbe0bd9dcaf2e7698477a88e830cba6e362a937038510263b221b06f7fd1211bdbe186e855e355bc2dd8b60ed404a10d89ee6258733a64726

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Ledger Live desktop manger"
HOMEPAGE="https://ledger.com"
SRC_URI="https://download.live.ledger.com/ledger-live-desktop-${PV}-linux-x86_64.AppImage"
LICENSE="nonfree"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
RESTRICT="binchecks strip"
S="${WORKDIR}"
src_install() {
cp ${DISTDIR}/ledger-live-desktop-${PV}-linux-x86_64.AppImage ledger-live
dobin ledger-live
}