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