mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -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:
1
dev-util/spi-tools/Manifest
Normal file
1
dev-util/spi-tools/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST spi-tools-1.0.2.tar.gz 13895 BLAKE2B 118f800af4e6340404c08fec8af58ae4ff64c2d4fefada9f74b1fb890112c9bb4f976841e5dea34b153b4c1147225d7d26971963d8a189c1df30d78d8f14e1c4 SHA512 9e4bb3d00d6f9885735e4e444b7422bba96c40309f9f0dbc93c06ae7147e0042a36e1f19157e95535a894efc0c88fd23ecef53247d3a129719681599390e353f
|
||||
11
dev-util/spi-tools/metadata.xml
Normal file
11
dev-util/spi-tools/metadata.xml
Normal 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>
|
||||
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