dev-util/spi-tools: new package, add 1.0.2

Signed-off-by: Marco Sirabella <marco@sirabella.org>
This commit is contained in:
Marco Sirabella
2024-02-12 13:44:04 -08:00
parent 8d9a04fec5
commit e0f6a44ba8
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST spi-tools-1.0.2.tar.gz 13895 BLAKE2B 118f800af4e6340404c08fec8af58ae4ff64c2d4fefada9f74b1fb890112c9bb4f976841e5dea34b153b4c1147225d7d26971963d8a189c1df30d78d8f14e1c4 SHA512 9e4bb3d00d6f9885735e4e444b7422bba96c40309f9f0dbc93c06ae7147e0042a36e1f19157e95535a894efc0c88fd23ecef53247d3a129719681599390e353f

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>marco@sirabella.org</email>
<name>Marco Sirabella</name>
</maintainer>
<upstream>
<remote-id type="github">cpb-/spi-tools</remote-id>
</upstream>
</pkgmetadata>

View 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
}