additional-libraries/manifest-modules.yml

12 lines
261 B
YAML
Raw Permalink 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:
2024-07-25 14:01:37 +00:00
- mkdir -p "${FLATPAK_DEST}/bin"
2024-07-25 11:37:45 +00:00
- echo 'echo hello_world' > "${FLATPAK_DEST}/bin/module"
2024-07-25 14:01:37 +00:00
- ls -lah "${FLATPAK_DEST}/bin"
2024-07-25 11:37:45 +00:00
- chmod +x "${FLATPAK_DEST}/bin/module"