example3.json 448 B

1234567891011121314151617
  1. {
  2. "id": "test3",
  3. "description": [
  4. { "en_US", "Name3", "Description 3" }
  5. ],
  6. "version": "0.0.1",
  7. "release": "0.0-beta",
  8. "license": "MIT",
  9. "category": "games",
  10. "url": "file://@URL/test3-$VERSION-$ARCH.zip",
  11. "eula": "https://github.com/myuser/test3/raw/master/LICENSE",
  12. "homepage": "https://myuser.github.io/test3",
  13. "bugtracker": "https://github.com/myuser/test3/issues",
  14. "depends": [ "test1" ],
  15. "suggests": [ "test2" ]
  16. }