bundles/pacman: introduce, support pkg_pacman in some other bundles
This commit is contained in:
parent
9bf7f856af
commit
32d129015e
4 changed files with 46 additions and 3 deletions
19
bundles/pacman/items.py
Normal file
19
bundles/pacman/items.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
assert node.os == 'arch'
|
||||
|
||||
# This is more targeted to GUI systems. This is intentional.
|
||||
|
||||
pkg_pacman = {
|
||||
'fish': {},
|
||||
'fwupd': {},
|
||||
'dialog': {},
|
||||
'linux': {},
|
||||
'netctl': {},
|
||||
'rfkill': {},
|
||||
'tmux': {},
|
||||
'vim': {},
|
||||
'wpa_supplicant': {},
|
||||
'wpa_actiond': {},
|
||||
}
|
||||
|
||||
for pkg, config in node.metadata.get('pacman', {}).get('packages', {}).items():
|
||||
pkg_pacman[pkg] = config
|
Loading…
Add table
Add a link
Reference in a new issue