diff options
Diffstat (limited to 'bundles/syncthing/metadata.py')
| -rw-r--r-- | bundles/syncthing/metadata.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/syncthing/metadata.py b/bundles/syncthing/metadata.py new file mode 100644 index 0000000..c2a3cc6 --- /dev/null +++ b/bundles/syncthing/metadata.py @@ -0,0 +1,8 @@ +defaults = { + "apk": { + "packages": { + "syncthing": {}, + "syncthing-openrc": {}, + }, + }, +} |