mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			76 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.925",
 | 
						|
    "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": "6bad4555154b3b348d1bfb633a2e9d6086aa46e36952f456a434ecef5b0010e0"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
 | 
						|
            "hash": "1738561e93ce1ce7c69553cf63096b8a1798ec6b46c64f798f747ba3e7e72982"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        ]
 | 
						|
    ]
 | 
						|
}
 |