mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
sci-electronics/logic-bin: add 2.4.9
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
parent
15afda4baa
commit
842278951a
@ -1 +1,2 @@
|
||||
DIST Logic-2.4.0-master.AppImage 154539767 BLAKE2B 2de346d64594932f4d37f8c4a32ba4121b539a6b643e5a140b6b560fdfa32a62dd3a7c7984a591bece51b6902f792706f777ddbb9a902876c1ae3a612d4b1635 SHA512 02b69c17c78daebeb2f213c79dddb47169e781b9862fbcb1bbd896f3452bee3cfe88ce64fd90c695bdcc2e987112ca2c8d81fd9f271522357b2a89ce28c19d2e
|
||||
DIST Logic-2.4.9-linux-x64.AppImage 170151103 BLAKE2B b37b727064ba31abd5ea114e1cb43e1b4a1c23bce78b9387e2bf399a05ebe01a6d25df7e2e43a5bfb0c2210f24e2c584030e5576e3433cce87e09c41f1df82a7 SHA512 91fcdde099a083d825f575e855469b14377e3dab6ea80a6b0b5bcd4e8da334945d727199fde4dd3b6b5f49568cb6814b2e0ded3731aa03b76baab37430b4d7d4
|
||||
|
28
sci-electronics/logic-bin/logic-bin-2.4.9.ebuild
Normal file
28
sci-electronics/logic-bin/logic-bin-2.4.9.ebuild
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user