From 807a8dd24af243bcc22adb514bce2e70247d0282 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 23 Mar 2025 17:36:53 +0100 Subject: [PATCH] Add alr2appimage and alr2appimage-action --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f99d4a7..6dbc9ed 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Although the AppImage format was carefully designed not to need any special supp - [Package-to-appimage](https://github.com/CausaPrincipalis71/package-to-appimage) - Tool for converting `.deb` and `.rpm` packages into AppImage format by using Docker. - [GMAppImager](https://github.com/time-killer-games/GMAppImager) - Graphically Converts GameMaker Studio 2 games to AppImage bundles. - [AppImaGen](https://github.com/ivan-hc/AppImaGen) - Generates an AppImage from Debian or from a PPA of your choice for the previous (unfortunately not the oldest as recommended) and still supported Ubuntu LTS. +- [alr2appimage](https://github.com/mgrojo/alr2appimage) - Generates an AppImage from an Alire crate (Ada language) with minimal (or none) extra configuration. ### Metadata tools @@ -235,6 +236,7 @@ Although the AppImage format was carefully designed not to need any special supp - [build-appimage-action](https://github.com/AppImageCrafters/build-appimage-action) - GitHub Action for producing AppImages using appimage-builder. - [jniltinho/packages](https://github.com/jniltinho/packages) - Drone.io example for producing AppImages using go-appimagetool. - [Link to the latest build artifact on GitLab CI](https://gitlab.com/linuxappimage/element-desktop/-/jobs/artifacts/master/raw/Element.AppImage?job=run-build) - Example of how to directly link to the latest build artifact on GitLab CI (can be tricky). +- [mgrojo/alr2appimage-action](https://github.com/mgrojo/alr2appimage-action) - GitHub action for producing AppImages from Alire crates using alr2appimage. ### Libraries