mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
76 lines
2.5 KiB
JSON
76 lines
2.5 KiB
JSON
{
|
|
"version": "2.905",
|
|
"description": "A large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows",
|
|
"homepage": "https://cygwin.com/",
|
|
"license": {
|
|
"identifier": "GPL-3.0-or-later,X11,Public Domain",
|
|
"url": "https://cygwin.com/faq.html#faq.what.free"
|
|
},
|
|
"notes": "To start a Cygwin shell, type \"cygwin\"",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe",
|
|
"hash": "sha512:499b0f5d94488588c5e7f0e73edbb95bf92c0bfbe5379139f79b4d259132486ee026e12cd4191300a7355f28ee19274e9aec472e393cc79f018487034f2d8bf1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
|
|
"hash": "sha512:c859221aed65d43c800373c96d2b81531f1d636ee980be89646dd86ae0862ab5cfbc183bc81e2bcb192508551bc5d5c232501d11ad13945af96538a002df1bcc"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"regex": ">release_([\\d.]+)<",
|
|
"url": "https://cygwin.com/git/?p=cygwin-apps/setup.git;a=tags"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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
|
|
},
|
|
"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"
|
|
]
|
|
]
|
|
}
|