mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	llvm: Add binaries instead of appending path (#28)
* llvm: Add binaries instead of appending path * Close lukesampson/scoop#3343 * Close lukesampson/scoop#3342 Co-authored-by: Daan De Meyer <daan.j.demeyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									d978ea6a1f
								
							
						
					
					
						commit
						9fc50d6adc
					
				@ -1,6 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "homepage": "https://www.llvm.org/",
 | 
					 | 
				
			||||||
    "version": "8.0.0",
 | 
					    "version": "8.0.0",
 | 
				
			||||||
 | 
					    "description": "Collection of modular and reusable compiler and toolchain technologies.",
 | 
				
			||||||
 | 
					    "homepage": "https://www.llvm.org/",
 | 
				
			||||||
    "license": "NCSA",
 | 
					    "license": "NCSA",
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "32bit": {
 | 
					        "32bit": {
 | 
				
			||||||
@ -12,7 +13,47 @@
 | 
				
			|||||||
            "hash": "56d582eed2d5def6accaedabbe11ae368186600798e2a6a7eb86a727fa7bb20c"
 | 
					            "hash": "56d582eed2d5def6accaedabbe11ae368186600798e2a6a7eb86a727fa7bb20c"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "env_add_path": "bin",
 | 
					    "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
 | 
				
			||||||
 | 
					    "bin": [
 | 
				
			||||||
 | 
					        "bin\\clang++.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-apply-replacements.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-change-namespace.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-check.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-cl.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-cpp.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-extdef-mapping.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-format.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-import-test.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-include-fixer.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-offload-bundler.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-query.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-refactor.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-rename.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-reorder-fields.exe",
 | 
				
			||||||
 | 
					        "bin\\clang-tidy.exe",
 | 
				
			||||||
 | 
					        "bin\\clang.exe",
 | 
				
			||||||
 | 
					        "bin\\clangd.exe",
 | 
				
			||||||
 | 
					        "bin\\find-all-symbols.exe",
 | 
				
			||||||
 | 
					        "bin\\git-clang-format",
 | 
				
			||||||
 | 
					        "bin\\hmaptool",
 | 
				
			||||||
 | 
					        "bin\\ld.lld.exe",
 | 
				
			||||||
 | 
					        "bin\\ld64.lld.exe",
 | 
				
			||||||
 | 
					        "bin\\lld-link.exe",
 | 
				
			||||||
 | 
					        "bin\\lld.exe",
 | 
				
			||||||
 | 
					        "bin\\lldb-argdumper.exe",
 | 
				
			||||||
 | 
					        "bin\\lldb-mi.exe",
 | 
				
			||||||
 | 
					        "bin\\lldb-test.exe",
 | 
				
			||||||
 | 
					        "bin\\lldb-vscode.exe",
 | 
				
			||||||
 | 
					        "bin\\lldb.exe",
 | 
				
			||||||
 | 
					        "bin\\llvm-ar.exe",
 | 
				
			||||||
 | 
					        "bin\\llvm-lib.exe",
 | 
				
			||||||
 | 
					        "bin\\llvm-objdump.exe",
 | 
				
			||||||
 | 
					        "bin\\llvm-ranlib.exe",
 | 
				
			||||||
 | 
					        "bin\\llvm-rc.exe",
 | 
				
			||||||
 | 
					        "bin\\modularize.exe",
 | 
				
			||||||
 | 
					        "bin\\scan-build.bat",
 | 
				
			||||||
 | 
					        "bin\\wasm-ld.exe"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "checkver": "\\/releases\\/download.html#([\\d.]+)",
 | 
					    "checkver": "\\/releases\\/download.html#([\\d.]+)",
 | 
				
			||||||
    "autoupdate": {
 | 
					    "autoupdate": {
 | 
				
			||||||
        "architecture": {
 | 
					        "architecture": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user