mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -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:
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
|
||||
}
|
||||
Reference in New Issue
Block a user