2025-10-02 20:29:29 +00:00

21 lines
783 B
JSON

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