mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"version": "14.1",
|
|
"description": "GNU Debugger",
|
|
"homepage": "https://www.gnu.org/software/gdb/",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nuwen.net/files/mingw/components-19.0.7z",
|
|
"hash": "a684b84397ba1afe1d9fb3d06cfbf2b08d8259c99045c1c2c259b04dcb09d73e"
|
|
}
|
|
},
|
|
"extract_dir": "components-19.0",
|
|
"pre_install": [
|
|
"Expand-7ZipArchive \"$dir\\gdb-*.7z\" \"$dir\"",
|
|
"Get-ChildItem \"$dir\\*.7z\" | Remove-Item -Recurse -Force"
|
|
],
|
|
"bin": [
|
|
"bin\\gdb.exe",
|
|
"bin\\gdbserver.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://nuwen.net/mingw.html",
|
|
"regex": "(?sm)>gdb (?<version>[\\d.]+)</a>.*?components-(?<components>[\\d.]+).7z"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nuwen.net/files/mingw/components-$matchComponents.7z"
|
|
}
|
|
},
|
|
"extract_dir": "components-$matchComponents"
|
|
}
|
|
}
|