example6.json 464 B

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