alr2appimage

v0.9.2

Tool to create an AppImage executable from an Alire crate

There are two prerequisites for your project to work with this tool:

  • It has to be a crate with an executables field. Its first value has to be the main application program.
  • It must be installable using Alire, including all the needed resources.

alr2appimage will use the following command for installing it (this requires Alire 2.0):

shell
alr install

Or it will run gprinstall inside alr exec, if the former fails (Alire 1.x).

If you simply run the tool inside an Alire crate, it will read the metadata from your alire.toml file and create a default AppImage from it.

NOTE: alr2appimage is an independent project; it is not affiliated to, nor supported by, the Alire or AppImage projects.

Install

Globally install this crate:

alr install alr2appimage

Add to your project:

alr with alr2appimage

Crate Information

Authors

  1. Manuel Gomez

Maintainers

Maintainers (GitHub pseudo)

Release Date

last year

First Release

3/15/2024

Statistics

Dependencies: 4

Dependents: 0

Versions: 3

Dependencies

ada_toml^0.3.0
spoon^1.0.1
resources~0.1.0