bundles/mjpg-streamer: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-09-22 19:59:36 +02:00
parent 176a41e2f3
commit 91c4846129
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,15 @@
defaults = {
'apt': {
'packages': {
'cmake': {},
'libjpeg-dev': {},
'gcc': {},
'g++': {},
},
},
'users': {
'mjpg-streamer': {
'home': '/opt/mjpg-streamer',
},
},
}