mirror of
https://github.com/RetroDECK/additional-libraries.git
synced 2024-11-22 11:35:39 +00:00
10 lines
185 B
YAML
10 lines
185 B
YAML
modules:
|
|
|
|
- name: module
|
|
build-system: simple
|
|
build-commands:
|
|
- echo 'echo hello_world' > "${FLATPAK_DEST}/bin/module"
|
|
- chmod +x "${FLATPAK_DEST}/bin/module"
|
|
|
|
|