additional-libraries/manifest-modules.yml

11 lines
209 B
YAML
Raw Normal View History

2024-07-25 11:37:45 +00:00
modules:
- name: module
2024-07-25 13:59:09 +00:00
buildsystem: simple
2024-07-25 11:37:45 +00:00
build-commands:
- echo 'echo hello_world' > "${FLATPAK_DEST}/bin/module"
2024-07-25 13:59:09 +00:00
- ls -lah /app/bin
2024-07-25 11:37:45 +00:00
- chmod +x "${FLATPAK_DEST}/bin/module"