From 1e833c56c08ed850509d4db59e77225887106847 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 30 Jan 2021 20:44:11 +0100 Subject: raspi-lights-out new --- raspi-lights-out/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 raspi-lights-out/PKGBUILD (limited to 'raspi-lights-out') diff --git a/raspi-lights-out/PKGBUILD b/raspi-lights-out/PKGBUILD new file mode 100755 index 00000000..f50463f8 --- /dev/null +++ b/raspi-lights-out/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Erich Eckner +pkgname=raspi-lights-out +pkgver=0.0 +pkgrel=1 +pkgdesc='simple skripts for lights-out like management from a raspi' +arch=('any') +url="https://git.eckner.net/Erich/${pkgname}" +license=('GPL') +backup=('etc/lights-out.conf' 'srv/http/lights-out/password') +source=( + "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" +) +sha512sums=('e623aa295c01348b843e084abcc00bedc894a97fd64f568138b5a9f3c0ce613a28990d7c72886a854f530286613f8b9f9a1db0f483b031d0bec9992074eef9da') + +build() { + + cd ${pkgname}-${pkgver} + make + +} + +package() { + + depends=('php' 'wiringpi') + + cd ${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install + +} -- cgit v1.2.3-54-g00ecf