-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
45 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
name = "alr_appimage" | ||
name = "alr2appimage" | ||
description = "Tool to create an AppImage executable from an Alire crate" | ||
version = "0.9.1" | ||
website = "https://github.com/mgrojo/alr-appimage" | ||
version = "0.9.2" | ||
website = "https://github.com/mgrojo/alr2appimage" | ||
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): | ||
`alr2appimage` will use the following command for installing it (this requires Alire 2.0): | ||
```shell | ||
alr install | ||
``` | ||
|
@@ -17,6 +17,10 @@ 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. | ||
""" | ||
licenses = "GPL-3.0-only" | ||
|
||
|
@@ -26,7 +30,7 @@ authors = ["Manuel Gomez"] | |
maintainers = ["Manuel Gomez <[email protected]>"] | ||
maintainers-logins = ["mgrojo"] | ||
|
||
executables = ["alr_appimage"] | ||
executables = ["alr2appimage"] | ||
[[depends-on]] | ||
ada_toml = "^0.3.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters