mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
sci-electronics/logic-bin: add 2.4.9
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user