ScoopInstaller_Main/cygwin.json
2017-11-26 22:26:06 +01:00

59 lines
1.6 KiB
JSON

{
"version": "2.9.0",
"homepage": "https://cygwin.com/",
"architecture": {
"64bit": {
"url": "https://cygwin.com/setup-x86_64.exe",
"hash": "56f41491671bef8de546e2c9221e6a7ec51a2168a9ba28a0d10c25d15be60ab2"
},
"32bit": {
"url": "https://cygwin.com/setup-x86.exe",
"hash": "8bc0d306226a12628a73a2e15e324daf96b24099df0cc4e2a7199d176215fded"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cygwin.com/setup-x86_64.exe"
},
"32bit": {
"url": "https://cygwin.com/setup-x86.exe"
}
}
},
"bin": [
[
"root\\bin\\bash.exe",
"cygwin",
"--login -i"
]
],
"checkver": {
"re": "The most recent version of the Cygwin DLL is[^>]*>([\\d\\.]+)<"
},
"installer": {
"args": [
"--no-admin",
"--no-desktop",
"--local-package-dir $dir\\packages",
"--packages default,lynx,wget",
"--quiet-mode",
"--root $dir\\root",
"--site http://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"
]
]
}