1234567891011121314151617 |
- {
- "id": "test3",
- "description": [
- { "en_US", "Name3", "Description 3" }
- ],
- "version": "0.0.1",
- "release": "0.0-beta",
- "license": "MIT",
- "category": "games",
- "url": "file://@URL/test3-$VERSION-$ARCH.zip",
- "eula": "https://github.com/myuser/test3/raw/master/LICENSE",
- "homepage": "https://myuser.github.io/test3",
- "bugtracker": "https://github.com/myuser/test3/issues",
- "depends": [ "test1" ],
- "suggests": [ "test2" ]
- }
|