Test ran at 2025-02-16 12:41:03.198187+00:00 SOLUTION: alr2appimage=0.9.3: Tool to create an AppImage executable from an Alire crate Origin: commit fba60fa7465d49f08ca30eac5e9b121d1ae5e6a4 from https://github.com/mgrojo/alr2appimage.git Available when: (case OS is Linux => True, others => False) Properties: Author: Manuel Gomez Build Switches: Description: Tool to create an AppImage executable from an Alire crate Executable: alr2appimage License: GPL-3.0-only Long_Description: 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. Maintainer: Manuel Gomez Maintainers_Logins: mgrojo Name: alr2appimage Tag: utility Tag: appimage Tag: alire Tag: linux Tag: packaging Version: 0.9.3 Website: https://github.com/mgrojo/alr2appimage Dependencies (direct): ada_toml^0.3.0 parse_args~0.9.0 resources~0.1.0 spoon^1.0.1 Dependencies (solution): ada_toml=0.5.0 parse_args=0.9.0 resources=0.1.0 spoon=1.0.1 Dependencies (graph): alr2appimage=0.9.3 --> ada_toml=0.5.0 (^0.3.0) alr2appimage=0.9.3 --> parse_args=0.9.0 (~0.9.0) alr2appimage=0.9.3 --> resources=0.1.0 (~0.1.0) alr2appimage=0.9.3 --> spoon=1.0.1 (^1.0.1) LOG: Spawning: alr -d -n get --build alr2appimage=0.9.3 Note: Deploying alr2appimage=0.9.3... Warning: Possible tilde intended instead of caret for a 0.x version. Alire does not change the meaning of caret and tilde for pre/post-1.0 versions. The suspicious dependency is: ada_toml^0.3.0 You can disable this warning by setting the option warning.caret to false. Note: Building alr2appimage=0.9.3/alr2appimage.gpr... Setup [mkdir] object directory for project Alr2AppImage [mkdir] exec directory for project Alr2AppImage Compile [Ada] alr2appimage.adb [Ada] alire_toml.adb [Ada] alr2appimage_config.ads [Ada] desktop_file.adb [Ada] file_manager.adb [Ada] runner.adb [Ada] string_vectors.ads Bind [gprbind] alr2appimage.bexch [Ada] alr2appimage.ali Link [link] alr2appimage.adb alr2appimage=0.9.3 successfully retrieved and built. Dependencies were solved as follows: + ada_toml 0.5.0 (new) + parse_args 0.9.0 (new) + resources 0.1.0 (new) + spoon 1.0.1 (new) Found declared GPR file: alr2appimage.gpr