mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
76 lines
2.6 KiB
JSON
76 lines
2.6 KiB
JSON
{
|
|
"version": "2.898",
|
|
"homepage": "https://cygwin.com/",
|
|
"description": "A large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows",
|
|
"license": {
|
|
"identifier": "GPL-3.0-or-later,X11,Public Domain",
|
|
"url": "https://cygwin.com/faq.html#faq.what.free"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe",
|
|
"hash": "sha512:c8ca32f12adc0a459e62a4de2193509fede7055583be4c7cfafe8ee122245628b5511f21b081c4f56f508035f18c55b8c0e588b5b9753653a9f3c7e1b7b54788"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
|
|
"hash": "sha512:cef00990926ef5f099c8c197cbca8be40d74d2140d4e5ad9994c15cbf3d2b47dcb88a88871e4035540c8763de57fd08a59bfe2327e8b9dd6c6a53702cde0fee2"
|
|
}
|
|
},
|
|
"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\""
|
|
],
|
|
[
|
|
"root\\bin\\mintty.exe",
|
|
"Cygwin Terminal",
|
|
"-i \"$dir\\root\\Cygwin-Terminal.ico\" -",
|
|
"root\\Cygwin-Terminal.ico"
|
|
]
|
|
]
|
|
}
|