mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-21 18:14:25 +01: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 button switch
|
||||||
- add sounds for present state
|
- 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 setup doorlock user
|
||||||
- automatically deploy nginx
|
- automatically deploy nginx
|
||||||
- unclutter stuff for X (hide cursor)
|
- unclutter stuff for X (hide cursor)
|
||||||
|
@ -7,7 +7,18 @@ pkgdesc="Binary Kitchen's doorlockd"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/Binary-Kitchen/${pkgname}"
|
url="https://github.com/Binary-Kitchen/${pkgname}"
|
||||||
license=(GPL)
|
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"
|
source=("git+https://github.com/Binary-Kitchen/${pkgname}.git#branch=next"
|
||||||
"https://www.binary-kitchen.de/static/BKCA.crt")
|
"https://www.binary-kitchen.de/static/BKCA.crt")
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
|
Loading…
Reference in New Issue
Block a user