mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-04 03:24:35 +02:00
PKGBUILD: add more dependencies
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
b9a1bfc566
commit
8b49549876
4
TODO
4
TODO
@ -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)
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user