mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* Add 25 descriptions * Update bucket/hashcat.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/hub.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/imagemagick.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/imagemagick.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/leiningen.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/leiningen.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/libwebp.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/mercurial.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/kotlin-native.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/kubectl.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/make.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/haxe.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update kotlin-native.json * Update leiningen.json * Update lessmsi.json * Update libwebp.json
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://haxe.org/",
 | 
						|
    "description": "High-level, cross-platform, multi-paradigm programming language and compiler.",
 | 
						|
    "version": "3.4.7",
 | 
						|
    "license": {
 | 
						|
        "identifier": "MIT,Zlib,BSD-3-Clause,...",
 | 
						|
        "url": "https://github.com/HaxeFoundation/neko/blob/master/LICENSE"
 | 
						|
    },
 | 
						|
    "url": "https://github.com/HaxeFoundation/haxe/releases/download/3.4.7/haxe-3.4.7-win.zip",
 | 
						|
    "hash": "d98b0f0e5c5bb000e9b9e99817c45af362658c9273e66ce5cb52359e6ade15a6",
 | 
						|
    "bin": [
 | 
						|
        "haxe.exe",
 | 
						|
        "haxelib.exe"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "HAXEPATH": "$dir"
 | 
						|
    },
 | 
						|
    "env_add_path": "$dir",
 | 
						|
    "persist": "lib",
 | 
						|
    "depends": "neko",
 | 
						|
    "pre_install": [
 | 
						|
        "if(Test-Path \"$dir\\haxe_*\") {",
 | 
						|
        "    Move-Item -Force \"$dir\\haxe_*\\*\" \"$dir\"",
 | 
						|
        "}"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/HaxeFoundation/haxe"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win.zip"
 | 
						|
    }
 | 
						|
}
 |