The first public version of alr2appimage
has been released and included in the Alire index.
This is a tool to simplify to the minimum the creation of an AppImage executable from an Alire application crate.
These are all the steps you need to create the AppImage.
The first time, install using Alire 2.0 the utility (make sure that you have an updated version of the index):
alr install alr2appimage
Now enter your crate, make sure the first element in the executables
field is the desired entrypoint of your application, and run the tool without arguments for a default generation.
cd your_crate
alr2appimage
The resulting AppImage will be written to the current directory.
More details in the repository: GitHub - mgrojo/alr2appimage: Tool for building an AppImage from an Alire crate
NOTE: alr2appimage
is an independent project; it is not affiliated to, nor supported by, the Alire or AppImage projects.