mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 05:01:19 +00:00
77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"homepage": "http://msys2.github.io",
|
|
"description": "A software distro and building platform for Windows.",
|
|
"##": "64-bit version is able to build both 32-bit and 64-bit packages",
|
|
"version": "20190524",
|
|
"license": "GPL-2.0-only|BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/msys2/Base/x86_64/msys2-base-x86_64-20190524.tar.xz",
|
|
"extract_dir": "msys64",
|
|
"hash": "sha1:cfe5035b1b81b43469d16bfc23be8006b9a44455"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/msys2/Base/i686/msys2-base-i686-20190524.tar.xz",
|
|
"extract_dir": "msys32",
|
|
"hash": "sha1:ff86c3e4ef8777074fd394510b95943d0c943956"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"if ($architecture -eq '32bit') {",
|
|
" $manifest.bin += ,@('autorebase.bat', 'autorebase')",
|
|
"}"
|
|
],
|
|
"bin": [
|
|
[
|
|
"msys2_shell.cmd",
|
|
"msys2",
|
|
"-msys2 -defterm -here -no-start"
|
|
],
|
|
[
|
|
"msys2_shell.cmd",
|
|
"mingw",
|
|
"-mingw -defterm -here -full-path -no-start"
|
|
],
|
|
[
|
|
"msys2_shell.cmd",
|
|
"mingw32",
|
|
"-mingw32 -defterm -here -full-path -no-start"
|
|
],
|
|
[
|
|
"msys2_shell.cmd",
|
|
"mingw64",
|
|
"-mingw64 -defterm -here -full-path -no-start"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"msys2.exe",
|
|
"MSYS2"
|
|
],
|
|
[
|
|
"mingw32.exe",
|
|
"MinGW32"
|
|
],
|
|
[
|
|
"mingw64.exe",
|
|
"MinGW64"
|
|
]
|
|
],
|
|
"persist": "home",
|
|
"notes": "Please run 'msys2' now for the MSYS2 setup to complete!",
|
|
"checkver": {
|
|
"url": "https://sourceforge.net/projects/msys2/files/Base/x86_64/",
|
|
"re": "/msys2-base-x86_64-(\\d+).tar.xz"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/msys2/Base/x86_64/msys2-base-x86_64-$version.tar.xz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/msys2/Base/i686/msys2-base-i686-$version.tar.xz"
|
|
}
|
|
}
|
|
}
|
|
}
|