mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
21 lines
700 B
JSON
21 lines
700 B
JSON
{
|
|
"homepage": "http://bleyer.org/icarus/",
|
|
"description": "Compiler for IEEE-1364 Verilog hardware description language.",
|
|
"version": "11-20190809",
|
|
"license": "GPL-2.0-or-later",
|
|
"url": "http://bleyer.org/icarus/iverilog-v11-20190809-x64_setup.exe",
|
|
"hash": "a8f388efcdc136dda8729e04be2aef1f0ea4aa85188f3afb8acd76715ca5eb87",
|
|
"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": {
|
|
"url": "http://bleyer.org/icarus/iverilog-v$version-x64_setup.exe"
|
|
}
|
|
}
|