diff options
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> |