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