-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.json
56 lines (51 loc) · 1.69 KB
/
packages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"osp": {
"latest-version": "0.0.1",
"link-to-script": "https://raw.githubusercontent.com/spartanproj/OSP/main/src/install.sh",
"link-to-files": "https://github.com/spartanproj/OSP/archive/refs/heads/main.zip"
},
"shipments": {
"extras": {
"extra-games": {
"fullName": "extras/extra-games",
"id": 0,
"version": "0.0.1",
"author": "Max Bai",
"description": "Extra games for NerdOS. Includes: Marvin's Adventures",
"link": "https://github.com/spartan-nerdos/extra-games",
"script": "https://raw.githubusercontent.com/spartanproj/spk-packages/main/extras/extra-games/install.sh",
"files": [
"kernel/games/"
]
}
},
"experiments": {
},
"community": {
}
},
"packages": {
"extras": {
"marvin-adventures": {
"fullName": "extras/marvin-adventures",
"id": 0,
"version": "0.0.1",
"author": "thisiscoding1234",
"description": "A H2G2 inspired game.",
"link": "https://github.com/spartanproj/marvin-adventures",
"exe": {
"name": "marvin",
"files": {
"kernel/packages/marvin-adventures.h": "https://raw.githubusercontent.com/uimaxbai/marvin-adventures/patch-1/marvin-adventures.h"
}
}
}
},
"experiments": {
},
"community": {
},
"themes": {
}
}
}