{
  "authors": [
    "Manuel Gomez"
  ],
  "available": {
    "case(os)": {
      "...": false,
      "linux": true
    }
  },
  "build-switches": {
    "*": {
      "style_checks": [
        "-gnaty3abBCrfklM99nptx"
      ]
    }
  },
  "depends-on": [
    {
      "ada_toml": "^0.3.0"
    },
    {
      "spoon": "^1.0.1"
    },
    {
      "parse_args": "~0.9.0"
    },
    {
      "resources": "~0.1.0"
    }
  ],
  "description": "Tool to create an AppImage executable from an Alire crate",
  "executables": [
    "alr2appimage"
  ],
  "licenses": "GPL-3.0-only",
  "long-description": "There are two prerequisites for your project to work with this tool:\n- It has to be a crate with an `executables` field. Its first value\n  has to be the main application program.\n- It must be installable using Alire, including all the needed resources.\n\n`alr2appimage` will use the following command for installing it (this requires Alire 2.0):\n```shell\nalr install\n```\nOr it will run `gprinstall` inside `alr exec`, if the former fails (Alire 1.x).\n\nIf you simply run the tool inside an Alire crate, it will read the\nmetadata from your `alire.toml` file and create a default AppImage\nfrom it.\n\nNOTE: `alr2appimage` is an independent project; it is not\naffiliated to, nor supported by, the Alire or AppImage projects.\n\n",
  "maintainers": [
    "Manuel Gomez <mgrojo@gmail.com>"
  ],
  "maintainers-logins": [
    "mgrojo"
  ],
  "name": "alr2appimage",
  "origin": {
    "commit": "71ae65731924e10a675590c2ccec774640820786",
    "url": "git+https://github.com/mgrojo/alr2appimage.git"
  },
  "tags": [
    "utility",
    "appimage",
    "alire",
    "linux",
    "packaging"
  ],
  "version": "0.9.2",
  "website": "https://github.com/mgrojo/alr2appimage"
}
