ScoopInstaller_Main/cygwin.json
2018-03-16 00:00:37 +00:00

60 lines
1.6 KiB
JSON

{
"version": "2.891",
"homepage": "https://cygwin.com/",
"architecture": {
"64bit": {
"url": "https://cygwin.com/setup-x86_64.exe",
"hash": "22d80e6893200d377bdb46a7080d3c60092e027bba51c6e73013969e05c629f9"
},
"32bit": {
"url": "https://cygwin.com/setup-x86.exe",
"hash": "d5a50bcc024834055664fc9412604f74061411531b9b32112dfda3f355e48a6c"
}
},
"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"
]
]
}