mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
29 lines
856 B
JSON
29 lines
856 B
JSON
{
|
|
"version": "11-20210204",
|
|
"description": "Compiler for IEEE-1364 Verilog hardware description language.",
|
|
"homepage": "http://bleyer.org/icarus/",
|
|
"license": "GPL-2.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://bleyer.org/icarus/iverilog-v11-20210204-x64_setup.exe",
|
|
"hash": "b36ff9958cb97109c3b474c524d8721f809998679f23e30db0b92156b688c9d9"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": [
|
|
"bin\\iverilog.exe",
|
|
"bin\\iverilog-vpi.exe",
|
|
"bin\\vvp.exe",
|
|
"gtkwave\\bin\\gtkwave.exe"
|
|
],
|
|
"env_add_path": "bin",
|
|
"checkver": "iverilog-v([\\d.-]+)-x64_setup\\.exe",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://bleyer.org/icarus/iverilog-v$version-x64_setup.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|