2020-02-28 14:01:49 +00:00

76 lines
2.6 KiB
JSON

{
"version": "2.902",
"homepage": "https://cygwin.com/",
"description": "A large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows",
"license": {
"identifier": "GPL-3.0-or-later,X11,Public Domain",
"url": "https://cygwin.com/faq.html#faq.what.free"
},
"architecture": {
"64bit": {
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe",
"hash": "sha512:9f59a3e4f10ed248ace1820f128ae37d13cfa4bfb781d2a7b1c1ee26d817c21437084f5a6d4f249cc1dd36725a371f8c7dd9121bda3f6544c077be2405b67314"
},
"32bit": {
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
"hash": "sha512:66d2cd1b6b32439675a2e7cb4aa805b80f5f503159f3dfb3ce1eec13da3d4c359a75622bba962cf95e1da3883f92f96910c02507140b60ef0e4e8f8aace6f39d"
}
},
"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\""
],
[
"root\\bin\\mintty.exe",
"Cygwin Terminal",
"-i \"$dir\\root\\Cygwin-Terminal.ico\" -",
"root\\Cygwin-Terminal.ico"
]
]
}