@simeonradivoev/gameflow-store 0.0.5 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/buckets/emulators/AZAHAR.json +5 -1
- package/buckets/emulators/CEMU.json +4 -0
- package/buckets/emulators/DOLPHIN.json +22 -0
- package/buckets/emulators/DUCKSTATION.json +8 -0
- package/buckets/emulators/PCSX2.json +4 -0
- package/buckets/emulators/PPSSPP.json +8 -0
- package/buckets/emulators/RPCS3.json +8 -0
- package/buckets/emulators/RYUJINX.json +4 -0
- package/buckets/emulators/XEMU.json +8 -0
- package/buckets/emulators/XENIA-EDGE.json +4 -0
- package/buckets/emulators/XENIA.json +4 -0
- package/package.json +1 -1
- package/schema/emulator.json +58 -22
|
@@ -16,7 +16,11 @@
|
|
|
16
16
|
{
|
|
17
17
|
"type": "github",
|
|
18
18
|
"path": "azahar-emu/azahar",
|
|
19
|
-
"pattern": "azahar
|
|
19
|
+
"pattern": "azahar-windows-msvc-*.zip"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "scoop",
|
|
23
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/azahar.json"
|
|
20
24
|
}
|
|
21
25
|
],
|
|
22
26
|
"linux:x64": [
|
|
@@ -11,6 +11,28 @@
|
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/dolphin-emu/dolphin.git"
|
|
13
13
|
},
|
|
14
|
+
"downloads": {
|
|
15
|
+
"linux:x64": [
|
|
16
|
+
{
|
|
17
|
+
"type": "github",
|
|
18
|
+
"path": "pkgforge-dev/Dolphin-emu-AppImage",
|
|
19
|
+
"pattern": "Dolphin_Emulator-*-anylinux-x86_64.AppImage "
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"linux:arm64": [
|
|
23
|
+
{
|
|
24
|
+
"type": "github",
|
|
25
|
+
"path": "pkgforge-dev/Dolphin-emu-AppImage",
|
|
26
|
+
"pattern": "Dolphin_Emulator-*-anylinux-aarch64.AppImage"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"win32:x64": [
|
|
30
|
+
{
|
|
31
|
+
"type": "scoop",
|
|
32
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/dolphin.json"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
14
36
|
"keywords": [
|
|
15
37
|
"cemu",
|
|
16
38
|
"emulation",
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"type": "github",
|
|
18
18
|
"path": "stenzek/duckstation",
|
|
19
19
|
"pattern": "duckstation-windows-x64-release.zip"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "scoop",
|
|
23
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/duckstation.json"
|
|
20
24
|
}
|
|
21
25
|
],
|
|
22
26
|
"win32:arm64": [
|
|
@@ -24,6 +28,10 @@
|
|
|
24
28
|
"type": "github",
|
|
25
29
|
"path": "stenzek/duckstation",
|
|
26
30
|
"pattern": "duckstation-windows-arm64-release.zip"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "scoop",
|
|
34
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/duckstation.json"
|
|
27
35
|
}
|
|
28
36
|
],
|
|
29
37
|
"linux:x64": [
|
|
@@ -27,6 +27,10 @@
|
|
|
27
27
|
"type": "github",
|
|
28
28
|
"path": "hrydgard/ppsspp",
|
|
29
29
|
"pattern": "PPSSPP-*-Windows-x64.zip"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": "scoop",
|
|
33
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/ppsspp.json"
|
|
30
34
|
}
|
|
31
35
|
],
|
|
32
36
|
"win32:arm64": [
|
|
@@ -34,6 +38,10 @@
|
|
|
34
38
|
"type": "github",
|
|
35
39
|
"path": "hrydgard/ppsspp",
|
|
36
40
|
"pattern": "PPSSPP-*-Windows-ARM64.zip"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"type": "scoop",
|
|
44
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/ppsspp.json"
|
|
37
45
|
}
|
|
38
46
|
],
|
|
39
47
|
"linux:x64": [
|
|
@@ -26,6 +26,10 @@
|
|
|
26
26
|
"type": "github",
|
|
27
27
|
"path": "RPCS3/rpcs3-binaries-win",
|
|
28
28
|
"pattern": "rpcs3-*_win64_msvc.7z"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"type": "scoop",
|
|
32
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/rpcs3.json"
|
|
29
33
|
}
|
|
30
34
|
],
|
|
31
35
|
"win32:arm64": [
|
|
@@ -33,6 +37,10 @@
|
|
|
33
37
|
"type": "github",
|
|
34
38
|
"path": "RPCS3/rpcs3-binaries-win-arm64",
|
|
35
39
|
"pattern": "rpcs3-*_win64_aarch64_clang.7z "
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"type": "scoop",
|
|
43
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/rpcs3.json"
|
|
36
44
|
}
|
|
37
45
|
],
|
|
38
46
|
"linux:x64": [
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"type": "github",
|
|
18
18
|
"path": "xemu-project/xemu",
|
|
19
19
|
"pattern": "xemu-*-windows-x86_64.zip"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "scoop",
|
|
23
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/xemu.json"
|
|
20
24
|
}
|
|
21
25
|
],
|
|
22
26
|
"win32:arm64": [
|
|
@@ -24,6 +28,10 @@
|
|
|
24
28
|
"type": "github",
|
|
25
29
|
"path": "xemu-project/xemu",
|
|
26
30
|
"pattern": "xemu-*-windows-arm64.zip"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "scoop",
|
|
34
|
+
"url": "https://cdn.jsdelivr.net/gh/Calinou/scoop-games@latest/bucket/xemu.json"
|
|
27
35
|
}
|
|
28
36
|
],
|
|
29
37
|
"linux:x64": [
|
package/package.json
CHANGED
package/schema/emulator.json
CHANGED
|
@@ -56,33 +56,69 @@
|
|
|
56
56
|
"^(?:(aix|darwin|freebsd|linux|openbsd|sunos|win32|android):(arm|arm64|ia32|mips|mipsel|ppc|ppc64|s390|s390x|x32|x64))*$": {
|
|
57
57
|
"type": "array",
|
|
58
58
|
"items": {
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
59
|
+
"oneOf": [
|
|
60
|
+
{
|
|
61
|
+
"type": "object",
|
|
62
|
+
"properties": {
|
|
63
|
+
"type": {
|
|
64
|
+
"const": "github"
|
|
65
|
+
},
|
|
66
|
+
"host": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"format": "uri"
|
|
69
|
+
},
|
|
70
|
+
"bin": {
|
|
71
|
+
"type": "string"
|
|
72
|
+
},
|
|
73
|
+
"pattern": {
|
|
74
|
+
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"path": {
|
|
77
|
+
"type": "string"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"required": [
|
|
81
|
+
"path",
|
|
82
|
+
"pattern"
|
|
66
83
|
]
|
|
67
84
|
},
|
|
68
|
-
|
|
69
|
-
"type": "
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
85
|
+
{
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"type": {
|
|
89
|
+
"const": "direct"
|
|
90
|
+
},
|
|
91
|
+
"url": {
|
|
92
|
+
"type": "string",
|
|
93
|
+
"format": "uri"
|
|
94
|
+
},
|
|
95
|
+
"bin": {
|
|
96
|
+
"type": "string"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"required": [
|
|
100
|
+
"url"
|
|
101
|
+
]
|
|
77
102
|
},
|
|
78
|
-
|
|
79
|
-
"type": "
|
|
103
|
+
{
|
|
104
|
+
"type": "object",
|
|
105
|
+
"properties": {
|
|
106
|
+
"type": {
|
|
107
|
+
"const": "scoop"
|
|
108
|
+
},
|
|
109
|
+
"url": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"format": "uri"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"required": [
|
|
115
|
+
"url"
|
|
116
|
+
]
|
|
80
117
|
}
|
|
81
|
-
|
|
82
|
-
"
|
|
118
|
+
],
|
|
119
|
+
"unevaluatedProperties": false,
|
|
83
120
|
"required": [
|
|
84
|
-
"type"
|
|
85
|
-
"pattern"
|
|
121
|
+
"type"
|
|
86
122
|
]
|
|
87
123
|
}
|
|
88
124
|
}
|