appimagecraft
appimagecraft copied to clipboard
Powerful build script generator with a focus on making AppImages.
When the environment variable `$ARCH` is already set, it is applied and the build script doesn't need to figure out the architecture by itself. This is needed for 32bit containers...
I have to call `conda activate` before running the cmake build, therefore a new key `scripts` is introduced for the cmake build section in the `appimagecraft.yml`.
Basically would like an enhancement to incorporate appimage-builder so I can include the glibc. If not, can appimagecraft have the option of preserving the AppDir so I can run the...
While trying to use appimagecraft on [OpenSCAD](https://github.com/openscad/openscad), I noticed that this project does not provide any `make install` functionality. Of course it'll be best to patch OpenSCAD (I hope I...
This way that file can be `source`d by all scripts, which enhances the ability to call the scripts independently from each other. It's better than adding the same `n` variables...
We should allow the user to choose the amount of jobs to use. Right now by default if possible all CPU cores are used. There is no need to do...
Dependencies such as linuxdeploy and its plugins should be cached to save on build time and bandwidth. Also this should eliminate (or mitigate) the online dependency of appimagecraft.
We should provide at least an i386 AppImage of appimagecraft. In the future we could also provide even more AppImages for different architectures, this is mainly limited by the architectures...
I'm interested on this and I think I'm early into this game. I get a rough idea on appimagecraft can automate the AppImage build task easier compared to Travis-CI (I...
A user should be able to specify a list of globs that are removed from the AppDir before building. This way, unnecessary bloat can be removed elegantly.