PKGBUILD: add more dependencies

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-10-07 02:55:48 +02:00
parent b9a1bfc566
commit 8b49549876
2 changed files with 12 additions and 5 deletions

4
TODO
View File

@ -1,9 +1,5 @@
- add sounds for button switch
- add sounds for present state
- respect door state
- add xorg, xorg-fbdev, chromium, slim as dependency
- add alsa stuff as dependency
- alsactl store
- automatically setup doorlock user
- automatically deploy nginx
- unclutter stuff for X (hide cursor)

View File

@ -7,7 +7,18 @@ pkgdesc="Binary Kitchen's doorlockd"
arch=('any')
url="https://github.com/Binary-Kitchen/${pkgname}"
license=(GPL)
depends=('python3' 'python-ldap' 'alsa-utils' 'mosquitto' 'wol' 'python-flask-wtf' 'python-flask-socketio')
depends=('python3'
'python-ldap'
'alsa-utils'
'mosquitto'
'wol'
'python-flask-wtf'
'python-flask-socketio'
'chromium'
'xf86-video-fbdev'
'fluxbox'
'nginx'
'slim')
source=("git+https://github.com/Binary-Kitchen/${pkgname}.git#branch=next"
"https://www.binary-kitchen.de/static/BKCA.crt")
sha256sums=('SKIP'