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 @@
DIST Logic-2.4.0-master.AppImage 154539767 BLAKE2B 2de346d64594932f4d37f8c4a32ba4121b539a6b643e5a140b6b560fdfa32a62dd3a7c7984a591bece51b6902f792706f777ddbb9a902876c1ae3a612d4b1635 SHA512 02b69c17c78daebeb2f213c79dddb47169e781b9862fbcb1bbd896f3452bee3cfe88ce64fd90c695bdcc2e987112ca2c8d81fd9f271522357b2a89ce28c19d2e

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
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>davidroman96@gmail.com</email>
<name>David Roman</name>
</maintainer>
</pkgmetadata>