bundles/kodi: introduce

This commit is contained in:
Franzi 2020-10-03 13:36:12 +02:00
parent fc44a9cd69
commit 32fd2f7a7b
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 88 additions and 0 deletions

25
bundles/kodi/metadata.py Normal file
View file

@ -0,0 +1,25 @@
defaults = {
'apt': {
'packages': {
'cec-utils': {},
'fonts-noto': {},
'fonts-roboto': {},
'kodi': {},
'libcec4': {},
'pulseaudio': {},
'pulseaudio-utils': {},
'ttf-mscorefonts-installer': {},
'tv-fonts': {},
'xfonts-base': {},
'xserver-xorg-legacy': {},
},
},
'users': {
'kodi': {
'groups': {
'audio',
'tty',
},
},
},
}