2019-12-17 03:00:29 +00:00

21 lines
794 B
JSON

{
"homepage": "https://scons.org/",
"description": "A software construction tool",
"license": "MIT",
"version": "3.1.2",
"url": "https://downloads.sourceforge.net/project/scons/scons-local/3.1.2/scons-local-3.1.2.zip",
"hash": "sha1:73d98cbb8c5dcf3378b88f5be764b8570a494a4d",
"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"
}
}