@RubenKelevra

Results 537 comments of @RubenKelevra

@nothingismagick wrote: > > It would actually be much better to have a tool which can generate a PKGBUILD from a tauri app, which fetches the tauri app's source via...

The build instructions, named PKGBUILD, in Arch are pretty straight forward. Tauri can simply generate the build script and let the arch tooling do the job of compiling the tauri...

@nothingismagick So 99% can currently be extracted from the tauri.conf and written to a PKGBUILD-file to read it with standard arch linux tools. This would require a conversion tool of...

I'm fine with not supporting older versions of operating systems. 🤷🏼 I would have not looked into app images if this wouldn't be a default bundle, and thus I checked...

@Morganamilo have you seen this? :)

What's the advantage over just using [downgrade](https://github.com/archlinux-downgrade/downgrade)?

paccheck may be the tool to ask here for more info: ```console $ paccheck --opt-depends [--recursive] "list of packages" ```

This would be a super nice feature, if you want to build some packages with other compilers or compiler flags! I wrote a [script](https://github.com/RubenKelevra/Arch-Recompiler/blob/master/Package-Recompiler.sh) a long time ago which rebuilds...

> I know that automating SVN access to Arch servers is forbidden. There is a workaround that can use github servers only. I wrote it below in detail because it...

> Also one complimentary feature can be the option to build everything in RAM (to save hard disk life) and move the resulting files to paru cache after the build...