sci-electronics/logic-bin: new package, add 2.4.0

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2022-10-03 19:01:32 +02:00
parent c77a361239
commit 612665d524
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2022 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}-master.AppImage"
LICENSE="Saleae"
SLOT="0"
IUSE=""
RESTRICT="strip"
S="${WORKDIR}"
QA_PREBUILT="*"
src_unpack() {
cp "${DISTDIR}/Logic-2.4.0-master.AppImage" saleae-logic || die
}
src_install() {
dobin saleae-logic
}