forked from hermanjustnu/scoop-emulators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesmume.json
45 lines (45 loc) · 1.52 KB
/
desmume.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
{
"homepage": "https://desmume.org",
"version": "0.9.11",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/desmume/desmume/0.9.11/desmume-0.9.11-win64.zip",
"hash": "sha1:0de5ef3e7712e25b0bba4fd4ef4700eca10c6066"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/desmume/desmume/0.9.11/desmume-0.9.11-win32.zip",
"hash": "sha1:3040b9c5457f623c33b98cbeb7f35343aaf6748e"
}
},
"shortcuts": [
[
"DeSmuME.exe",
"DeSmuME"
]
],
"pre_install": [
"if (!(test-path \"$dir\\DeSmuME.exe\")) {",
"gci \"$dir\" \"DeSmuME*.exe\" |",
"? { $_.Name -match '(?i)DeSmuME_[\\d.]+_x[\\d]{2}.exe' } |",
"% {",
"warn \"Moving $($_.Name) to DeSmuMe.exe\"",
"mv \"$dir\\$($_.Name)\" \"$dir\\DeSmuMe.exe\"",
"}",
"}"
],
"checkver": {
"url": "https://sourceforge.net/projects/desmume/rss?path=/desmume",
"re": "desmume/([\\d.]+)/desmume-[\\d.]+-win[\\d]{2}\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/desmume/desmume/$version/desmume-$version-win64.zip"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/desmume/desmume/$version/desmume-$version-win32.zip"
}
}
}
}