sci-electronics/logic-bin: add 2.4.9

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2023-07-23 16:06:15 +02:00
parent 15afda4baa
commit 842278951a
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Saleae logic analyzer"
HOMEPAGE="https://www.saleae.com"
SRC_URI="https://downloads.saleae.com/logic2/Logic-${PV}-linux-x64.AppImage"
KEYWORDS="~amd64"
LICENSE="Saleae"
SLOT="0"
IUSE=""
RESTRICT="bindist mirror strip"
S="${WORKDIR}"
QA_PREBUILT="*"
src_unpack() {
cp "${DISTDIR}/Logic-${PV}-linux-x64.AppImage" saleae-logic || die
}
src_install() {
dobin saleae-logic
}