mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	gdb: Use static build
The ezwinports version of GDB required libgcc, libstdc++ and an entire Python 2 installation.
This commit is contained in:
		
							parent
							
								
									adc8d3665d
								
							
						
					
					
						commit
						ebf9fa2f92
					
				@ -3,18 +3,31 @@
 | 
				
			|||||||
    "description": "GNU Debugger",
 | 
					    "description": "GNU Debugger",
 | 
				
			||||||
    "homepage": "https://www.gnu.org/software/gdb/",
 | 
					    "homepage": "https://www.gnu.org/software/gdb/",
 | 
				
			||||||
    "license": "GPL-3.0-or-later",
 | 
					    "license": "GPL-3.0-or-later",
 | 
				
			||||||
    "url": "https://downloads.sourceforge.net/project/ezwinports/gdb-11.1-w32-bin.zip",
 | 
					    "architecture": {
 | 
				
			||||||
    "hash": "ec984fcc9f5235566876a3bce0aad7d6b28510466ba0b6d65fe706ce5ddb5c97",
 | 
					        "64bit": {
 | 
				
			||||||
 | 
					            "url": "https://nuwen.net/files/mingw/components-18.0.7z",
 | 
				
			||||||
 | 
					            "hash": "50b7bddbceda793098f2fed3a249fb02911f4a46c5d9a2e6c77079fa7e40b2ad"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "extract_dir": "components-18.0",
 | 
				
			||||||
 | 
					    "pre_install": [
 | 
				
			||||||
 | 
					        "Expand-7ZipArchive \"$dir\\gdb-*.7z\" \"$dir\"",
 | 
				
			||||||
 | 
					        "Get-ChildItem \"$dir\\*.7z\" | Remove-Item -Recurse -Force"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "bin": [
 | 
					    "bin": [
 | 
				
			||||||
        "bin\\gdb.exe",
 | 
					        "bin\\gdb.exe",
 | 
				
			||||||
        "bin\\gdbreplay.exe",
 | 
					 | 
				
			||||||
        "bin\\gdbserver.exe"
 | 
					        "bin\\gdbserver.exe"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "checkver": {
 | 
					    "checkver": {
 | 
				
			||||||
        "url": "https://sourceforge.net/projects/ezwinports/files",
 | 
					        "url": "https://nuwen.net/mingw.html",
 | 
				
			||||||
        "regex": "/files/gdb-([\\d.]+)-w32-bin.zip"
 | 
					        "regex": "(?sm)>gdb (?<version>[\\d.]+)</a>.*?components-(?<components>[\\d.]+).7z"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "autoupdate": {
 | 
					    "autoupdate": {
 | 
				
			||||||
        "url": "https://downloads.sourceforge.net/project/ezwinports/gdb-$version-w32-bin.zip"
 | 
					        "architecture": {
 | 
				
			||||||
 | 
					            "64bit": {
 | 
				
			||||||
 | 
					                "url": "https://nuwen.net/files/mingw/components-$matchComponents.7z"
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "extract_dir": "components-$matchComponents"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user