summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2020-01-12 18:28:45 +0100
committerCtibor Brančík <ctibor@brancik.cz>2020-01-12 18:28:45 +0100
commitffa8b9b5c532a38bb410feab4891d28c509d358a (patch)
treeaac5d11723ab63ff32a40c45fd8593440b0725b6 /dev-libs
parent1e7e0d88d8ee58a0b0a7a9deb4260ae90220ab66 (diff)
parent72b9ff990b83ae90425a7d502f68e26e894977d0 (diff)
downloadbrancik-overlay-ffa8b9b5c532a38bb410feab4891d28c509d358a.tar.gz
brancik-overlay-ffa8b9b5c532a38bb410feab4891d28c509d358a.tar.bz2
Merge branch 'updates'
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/wiringPi/metadata.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-libs/wiringPi/metadata.xml b/dev-libs/wiringPi/metadata.xml
new file mode 100644
index 0000000..3b0bb37
--- /dev/null
+++ b/dev-libs/wiringPi/metadata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>ctibor@brnacik.cz</email>
+ <name>Ctibor Brančík</name>
+</maintainer>
+<upstream>
+ <maintainer status="active">
+ <name>Gordon Henderson</name>
+ </maintainer>
+</upstream>
+<longdescription>
+ WiringPi is a PIN based GPIO access library written in C
+ for the BCM2835 used in the Raspberry Pi (1, 2 and 3).
+ It’s designed to be familiar to people who have used the
+ Arduino “wiring” system.
+
+ A main library, devices library and utility app are included.
+
+ You need to uncomment the relevant features in config.txt to use
+ this package (for example, "dtparam=spi=on").
+
+ NB: please note that Gentoo is treated as an unsupported platform
+ by upstream; any bug reports sent there will be rejected.
+</longdescription>
+</pkgmetadata>