File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
sci-electronics/logic-bin Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ DIST Logic-2.4.14-linux-x64.AppImage 187591212 BLAKE2B 744e3266e8545c700ac2fd5ad31f9df569a2d5fe5b796a88934b7c6b730dd6282f44827748bc134960babebbf47ab9dfc12fb078d3a5b38f3eff22d1e835c2b0 SHA512 c32626eb359cad568a5871e29b4aa291294f92fd21052c80a3a21ed3a49ac3803cf0bee0af26a1b9f53e95ad47e4f71c86b241699dee59fefcd24e056de5c4d5
1
2
DIST Logic-2.4.9-linux-x64.AppImage 170151103 BLAKE2B b37b727064ba31abd5ea114e1cb43e1b4a1c23bce78b9387e2bf399a05ebe01a6d25df7e2e43a5bfb0c2210f24e2c584030e5576e3433cce87e09c41f1df82a7 SHA512 91fcdde099a083d825f575e855469b14377e3dab6ea80a6b0b5bcd4e8da334945d727199fde4dd3b6b5f49568cb6814b2e0ded3731aa03b76baab37430b4d7d4
Original file line number Diff line number Diff line change
1
+ # Copyright 1999-2023 Gentoo Foundation
2
+ # Distributed under the terms of the GNU General Public License v2
3
+
4
+ EAPI=8
5
+
6
+ DESCRIPTION=" Saleae logic analyzer"
7
+ HOMEPAGE=" https://www.saleae.com"
8
+
9
+ SRC_URI=" https://downloads.saleae.com/logic2/Logic-${PV} -linux-x64.AppImage"
10
+
11
+ S=" ${WORKDIR} "
12
+ LICENSE=" Saleae"
13
+ SLOT=" 0"
14
+ KEYWORDS=" ~amd64"
15
+
16
+ RESTRICT=" bindist mirror strip"
17
+
18
+ QA_PREBUILT=" *"
19
+
20
+ src_unpack () {
21
+ cp " ${DISTDIR} /Logic-${PV} -linux-x64.AppImage" saleae-logic || die
22
+ }
23
+
24
+ src_install () {
25
+ dobin saleae-logic
26
+ }
You can’t perform that action at this time.
0 commit comments