Skip to content

Commit

Permalink
alr_appimage v0.9.1 compatible with Alire 2.x and Alire 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo authored Mar 12, 2024
1 parent c5af03b commit 30ca394
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions index/al/alr_appimage/alr_appimage-0.9.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name = "alr_appimage"
description = "Tool to create an AppImage executable from an Alire crate"
version = "0.9.1"
website = "https://github.com/mgrojo/alr-appimage"
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.
`alr_appimage` 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.
"""
licenses = "GPL-3.0-only"

tags = ["utility", "appimage", "alire", "linux", "packaging"]

authors = ["Manuel Gomez"]
maintainers = ["Manuel Gomez <[email protected]>"]
maintainers-logins = ["mgrojo"]

executables = ["alr_appimage"]
[[depends-on]]
ada_toml = "^0.3.0"

[[depends-on]]
spoon = "^1.0.1"

[[depends-on]]
parse_args = "~0.9.0"

[[depends-on]]
resources = "~0.1.0"

[origin]
commit = "2b0ecffa848d2b7fdbc7cf169ee04872258829e4"
url = "git+https://github.com/mgrojo/alr-appimage.git"

0 comments on commit 30ca394

Please sign in to comment.