On 24.03.24 16:42, Tristan Partin wrote:
> You might find Meson's string formatting syntax creates a more readable
> command string:
>
> 'tar.tar.bz2.command=@0@ -c'.format(bzip2.path())
>
> And then 'install: false' is the default if you feel like leaving it out.
>
> Otherwise, let's get this in!
Done and committed.