mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
72 lines
2.5 KiB
JSON
72 lines
2.5 KiB
JSON
{
|
|
"version": "2.897",
|
|
"homepage": "https://cygwin.com/",
|
|
"description": "A large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe",
|
|
"hash": "sha512:32f94fbf0d69c9be6d8e36b7d462811de197d34f63edba8459cffe6f40ad462bbba4499c4746532571472a185eacc95255005c3af280757ad59a4f8c8eb600f3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
|
|
"hash": "sha512:88821ab4075d851e7d087e36950636c1fdac5ff3b4d3ac4bb20eab0335396bc83dcf336782ffc25da0df239c554202698c7fafe5e19f2c05ecd1207fea4a81bb"
|
|
}
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://cygwin.com/sha512.sum"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"re": "<a.*href=\"/git/\\?p=cygwin-apps/setup\\.git;a=tag.*\">([\\d.]+)</a>",
|
|
"url": "https://cygwin.com/git/?p=cygwin-apps/setup.git;a=tags"
|
|
},
|
|
"bin": [
|
|
[
|
|
"root\\bin\\bash.exe",
|
|
"cygwin",
|
|
"--login -i"
|
|
]
|
|
],
|
|
"installer": {
|
|
"args": [
|
|
"--no-admin",
|
|
"--no-shortcuts",
|
|
"--quiet-mode",
|
|
"--local-package-dir \"$persist_dir\\packages\"",
|
|
"--root \"$persist_dir\\root\"",
|
|
"--site \"https://mirrors.kernel.org/sourceware/cygwin/\""
|
|
],
|
|
"keep": true
|
|
},
|
|
"notes": "To start a Cygwin shell, type \"cygwin\"",
|
|
"pre_install": "persist_data @{persist = @('packages', 'root')} $original_dir $persist_dir",
|
|
"shortcuts": [
|
|
[
|
|
"root\\Cygwin.bat",
|
|
"Cygwin",
|
|
"",
|
|
"root\\Cygwin-Terminal.ico"
|
|
],
|
|
[
|
|
"cygwin-setup.exe",
|
|
"Cygwin Setup",
|
|
"--no-admin --no-shortcuts --root \"$persist_dir\\root\" --local-package-dir \"$persist_dir\\packages\" --site https://mirrors.kernel.org/sourceware/cygwin/"
|
|
],
|
|
[
|
|
"root\\bin\\mintty.exe",
|
|
"Cygwin Terminal",
|
|
"-i \"$dir\\root\\Cygwin-Terminal.ico\" -",
|
|
"root\\Cygwin-Terminal.ico"
|
|
]
|
|
]
|
|
}
|