mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"version": "2.909",
|
|
"description": "A large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows",
|
|
"homepage": "https://cygwin.com/",
|
|
"license": {
|
|
"identifier": "GPL-3.0-or-later,X11,Public Domain",
|
|
"url": "https://cygwin.com/faq.html#faq.what.free"
|
|
},
|
|
"notes": "To start a Cygwin shell, type \"cygwin\"",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe",
|
|
"hash": "b9219acd1241ffa4d38e19587f1ccc2854f951e451f3858efc9d2e1fe19d375c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
|
|
"hash": "ff20b6440ba750dc70e92b5ca24bda40543f1c68800931425c16fd428abe21fc"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"regex": ">release_([\\d.]+)<",
|
|
"url": "https://cygwin.com/git/?p=cygwin-apps/setup.git;a=tags"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"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
|
|
},
|
|
"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\""
|
|
],
|
|
[
|
|
"root\\bin\\mintty.exe",
|
|
"Cygwin Terminal",
|
|
"-i \"$dir\\root\\Cygwin-Terminal.ico\" -",
|
|
"root\\Cygwin-Terminal.ico"
|
|
]
|
|
]
|
|
}
|