ScoopInstaller_Main/scons.json
2019-01-23 18:00:24 +00:00

21 lines
794 B
JSON

{
"homepage": "https://scons.org/",
"description": "A software construction tool",
"license": "MIT",
"version": "3.0.4",
"url": "https://downloads.sourceforge.net/project/scons/scons-local/3.0.4/scons-local-3.0.4.zip",
"hash": "sha1:2e57414a77fc693ce52030a3017056d53653deb5",
"pre_install": "echo \"python `\"$dir\\scons.py`\" @args\" | out-file \"$dir\\scons.ps1\"",
"bin": "scons.ps1",
"suggest": {
"Python": "python"
},
"checkver": {
"url": "https://scons.org/pages/download.html",
"re": "<strong>The current production release</strong> of SCons is <strong>([\\d.]+)</strong>"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/scons/scons-local/$version/scons-local-$version.zip"
}
}