Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alr_appimage 0.9.0 #1009

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions index/al/alr_appimage/alr_appimage-0.9.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name = "alr_appimage"
description = "Tool to create an AppImage executable from an Alire crate"
version = "0.9.0"
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
```

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.4.0"

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

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

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

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

Loading