diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2020-01-12 18:28:45 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2020-01-12 18:28:45 +0100 |
commit | ffa8b9b5c532a38bb410feab4891d28c509d358a (patch) | |
tree | aac5d11723ab63ff32a40c45fd8593440b0725b6 /dev-libs | |
parent | 1e7e0d88d8ee58a0b0a7a9deb4260ae90220ab66 (diff) | |
parent | 72b9ff990b83ae90425a7d502f68e26e894977d0 (diff) | |
download | brancik-overlay-ffa8b9b5c532a38bb410feab4891d28c509d358a.tar.gz brancik-overlay-ffa8b9b5c532a38bb410feab4891d28c509d358a.tar.bz2 |
Merge branch 'updates'
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/wiringPi/metadata.xml | 27 |
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> |