bundles/mjpg-streamer: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
176a41e2f3
commit
91c4846129
3 changed files with 85 additions and 0 deletions
15
bundles/mjpg-streamer/metadata.py
Normal file
15
bundles/mjpg-streamer/metadata.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'cmake': {},
|
||||
'libjpeg-dev': {},
|
||||
'gcc': {},
|
||||
'g++': {},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'mjpg-streamer': {
|
||||
'home': '/opt/mjpg-streamer',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue