mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 02:51:19 +00:00
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"version": "2.893",
|
|
"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",
|
|
"hash": "01794f55fab26842c12e2a67fc218ad9c1a9201ccf0bf2fbd9f5815d6f20182f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cygwin.com/setup-x86.exe",
|
|
"hash": "3da0b1a5a14418abc8bb04bcbd475fe8cf25648526302dfee563de9e5c0b5ff2"
|
|
}
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cygwin.com/setup-x86_64.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cygwin.com/setup-x86.exe"
|
|
}
|
|
}
|
|
},
|
|
"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-desktop",
|
|
"--local-package-dir $dir\\packages",
|
|
"--packages default,lynx,wget",
|
|
"--quiet-mode",
|
|
"--root $dir\\root",
|
|
"--site https://mirrors.kernel.org/sourceware/cygwin/"
|
|
],
|
|
"keep": true
|
|
},
|
|
"notes": "To start a Cygwin shell, type \"cygwin\"",
|
|
"persist": [
|
|
"packages",
|
|
"root"
|
|
],
|
|
"pre_install": "new-item -itemtype directory \"$dir\\root\"; new-item -itemtype directory \"$dir\\packages\"",
|
|
"shortcuts": [
|
|
[
|
|
"root\\Cygwin.bat",
|
|
"Cygwin"
|
|
]
|
|
]
|
|
}
|