mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			903 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			903 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.25.1",
 | 
						|
    "description": "An Erlang tool that makes it easy to create, develop, and release Erlang libraries, applications, and systems in a repeatable manner.",
 | 
						|
    "homepage": "https://rebar3.org/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "suggest": {
 | 
						|
        "Erlang compiler": "erlang"
 | 
						|
    },
 | 
						|
    "url": "https://github.com/erlang/rebar3/releases/download/3.25.1/rebar3",
 | 
						|
    "hash": "924576737f0d3098e1fa4691e6f542bf61036d234c61ebdc18aafef8e2bccf67",
 | 
						|
    "pre_install": [
 | 
						|
        "$content = @('@echo off', 'setlocal', 'set rebarscript=%~f0', 'escript.exe \"%rebarscript:.cmd=%\" %*')",
 | 
						|
        "Set-Content \"$dir\\rebar3.cmd\" -Value $content -Encoding ascii"
 | 
						|
    ],
 | 
						|
    "bin": "rebar3.cmd",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/erlang/rebar3"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/erlang/rebar3/releases/download/$version/rebar3"
 | 
						|
    }
 | 
						|
}
 |