<div>Hi,</div><div>Here are my personal preference</div><div><br></div>One can use shell expanding and interpolation like<div><br></div><div>mkdir -p something/{abc,def,xyz}</div><div>for i in a123 a456 a789</div><div>do</div><div>echo ${i/a/}</div><div>done</div><div>find . -name '*.o' -delete</div><div><br></div><div>Don't make me read ruby!</div><div>If it can be made in simple makefile/bash</div><div>If you need ruby just to know its paths</div><div>You might use one line ruby -e</div><div><br></div><div><br><br><div class="gmail_quote"><div dir="ltr">On Sun, May 13, 2018, 8:22 AM John Ramsden <<a href="mailto:ramsdenj@riseup.net">ramsdenj@riseup.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You should be able to do anything using the simple build system, from creating directories to running a ruby script.<br>
<br>
-- <br>
  John Ramsden<br>
<br>
On Sat, May 12, 2018, at 9:23 PM, Lothar Scholz wrote:<br>
> Hello,<br>
> <br>
> I don't like autotools (and i would give up Linux before using them in<br>
> my project). Can i use the simple buildsystem to generate the unix<br>
> typical filesystem of "include/bin/lib/shared" directories and<br>
> populate them myself with my files using my very own ruby script?<br>
> <br>
> But your documentation mentions in the description of "build-commands"<br>
> that some make and install invocation is still done.  So what must my<br>
> build script produce? This MUST get better documented.<br>
> <br>
> And is there any documentation what is in the SDK? How do i inject<br>
> build tools like my latest version of the ruby interpreter into the<br>
> SDK as tool and not as part of the build result?<br>
> <br>
> I don't think SDK tool bundling is a good idea because there is just<br>
> too much. This could soon make the SDK become some kind of  'Linux<br>
> Developer Distribution' on it's own . Please only focus on the most<br>
> common include headers and shared libraries in the runtime and the<br>
> security restrictions.<br>
> _______________________________________________<br>
> Flatpak mailing list<br>
> <a href="mailto:Flatpak@lists.freedesktop.org" target="_blank">Flatpak@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/flatpak" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/flatpak</a><br>
_______________________________________________<br>
Flatpak mailing list<br>
<a href="mailto:Flatpak@lists.freedesktop.org" target="_blank">Flatpak@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/flatpak" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/flatpak</a><br>
</blockquote></div></div>