mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
72 lines
2.5 KiB
JSON
72 lines
2.5 KiB
JSON
{
|
|
"version": "2.895",
|
|
"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#/cygwin-setup.exe",
|
|
"hash": "sha512:4ddf57775794d7d42e2bccf1f717553ba319010579978087e3e9162a0d12e0a4f665a79c3da1710d84037d9e43851cf858a0c5d965e9a4e32b3d38495b4f8f0e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
|
|
"hash": "sha512:e0b321c4898416722c6402d86ec00cc8d7f38a541e51bcda9b34da9f71c3255d20566057cb7e3df70aadc6d2d1e6abefe371dce72a86d1b28163f6de97b2f0cd"
|
|
}
|
|
},
|
|
"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\" --site https://mirrors.kernel.org/sourceware/cygwin/"
|
|
],
|
|
[
|
|
"root\\bin\\mintty.exe",
|
|
"Cygwin Terminal",
|
|
"-i \"$dir\\root\\Cygwin-Terminal.ico\" -",
|
|
"root\\Cygwin-Terminal.ico"
|
|
]
|
|
]
|
|
}
|