dev-util/spi-tools - 1.0.2 (guru)

Search

Install

Install this version:

emerge -a =dev-util/spi-tools-1.0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/spi-tools-1.0.2

Or alternatively:

emerge --autounmask-write -a =dev-util/spi-tools-1.0.2

Package Information

Description:
Simple command line tools to help using Linux spidev devices
Homepage:
https://github.com/cpb-/spi-tools
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0.2 8 ~amd64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Manifest for 1.0.2

Type File Size Source URLs
DIST spi-tools-1.0.2.tar.gz 13895 bytes https://github.com/cpb-/spi-tools/archive/1.0.2.tar.gz