mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
dev-util/spi-tools: new package, add 1.0.2
Signed-off-by: Marco Sirabella <marco@sirabella.org>
This commit is contained in:
19
dev-util/spi-tools/spi-tools-1.0.2.ebuild
Normal file
19
dev-util/spi-tools/spi-tools-1.0.2.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Simple command line tools to help using Linux spidev devices"
|
||||
HOMEPAGE="https://github.com/cpb-/spi-tools"
|
||||
SRC_URI="https://github.com/cpb-/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
Reference in New Issue
Block a user