mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
sci-electronics/logic-bin: new package, add 2.4.0
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
1
sci-electronics/logic-bin/Manifest
Normal file
1
sci-electronics/logic-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Logic-2.4.0-master.AppImage 154539767 BLAKE2B 2de346d64594932f4d37f8c4a32ba4121b539a6b643e5a140b6b560fdfa32a62dd3a7c7984a591bece51b6902f792706f777ddbb9a902876c1ae3a612d4b1635 SHA512 02b69c17c78daebeb2f213c79dddb47169e781b9862fbcb1bbd896f3452bee3cfe88ce64fd90c695bdcc2e987112ca2c8d81fd9f271522357b2a89ce28c19d2e
|
||||
27
sci-electronics/logic-bin/logic-bin-2.4.0.ebuild
Normal file
27
sci-electronics/logic-bin/logic-bin-2.4.0.ebuild
Normal 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
|
||||
}
|
||||
8
sci-electronics/logic-bin/metadata.xml
Normal file
8
sci-electronics/logic-bin/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user