Source: rpi-systemd-gpio
Section: admin
Priority: optional
Maintainer: Tom Dewey <tom.dewey@raspberrypi.com>
Build-Depends: debhelper-compat (= 13),
               cmake (>= 3.20),
               g++ (>= 4:10),
               pkg-config,
               libgpiod-dev (>= 2.0),
               pandoc
Standards-Version: 4.7.2
Homepage: https://www.raspberrypi.com/software

Package: rpi-systemd-gpio
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Run commands when a GPIO button is pressed on a Raspberry Pi
 Use systemd to configure commands to run when a GPIO button is pressed
 on a Raspberry Pi.
 .
 This C++20 implementation provides GPIO button monitoring with configurable
 actions for press, release, and hold events. It integrates with systemd
 for reliable service management and includes OpenSSF security hardening.
