I need a "simple" buildsystem.
John Ramsden
ramsdenj at riseup.net
Sun May 13 21:49:45 UTC 2018
You can just write build commands. If you don't have any files, you don't need any sources. You could just write the entire script as build commands.
Here's an example module
"name":"example-simple-setup",
"buildsystem":"simple",
"build-commands":[
"./setup_script.sh",
"install -Dm644 your_script.sh /app/bin/your_script.sh"
],
"no-make-install":true,
"sources":[
{
"type":"file",
"path":"setup_script.sh"
},
{
"type":"file",
"path":"your_script.sh"
}
]
--
John Ramsden
On Sun, May 13, 2018, at 6:51 AM, Lothar Scholz wrote:
> Yes it should. But this doesn't answer any of my questions.
> How is this script called and what does it need to create.
>
>
>
> 2018-05-13 7:22 GMT+02:00 John Ramsden <ramsdenj at riseup.net>:
> > You should be able to do anything using the simple build system, from creating directories to running a ruby script.
More information about the Flatpak
mailing list