example7.json 427 B

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