From e08bc59a96e9682fb80abbe97dbb65532adf1367 Mon Sep 17 00:00:00 2001 From: Sergei Gusenkov Date: Thu, 28 May 2026 17:24:10 +0300 Subject: [PATCH] first commit --- package.json | 35 +++++++++++++++++++++++++++++++++++ tools.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 package.json create mode 100644 tools.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..01c85ba --- /dev/null +++ b/package.json @@ -0,0 +1,35 @@ +{ + "name": "tool-scons", + "version": "4.40801.0", + "description": "SCons software construction tool", + "keywords": [ + "build tools", + "build system", + "make", + "cmake", + "ninja", + "bazel", + "mason" + ], + "homepage": "http://www.scons.org", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/SCons/scons.git" + }, + "export": { + "include": [ + "**/*.py", + "CHANGES.txt", + "LICENSE", + "README.rst" + ], + "exclude": [ + ".piopm", + "**/__pycache__", + "**/SCons/Tool/docbook", + "**/SCons/Tool/MSCommon", + "**/SCons/Tool/ninja" + ] + } +} \ No newline at end of file diff --git a/tools.json b/tools.json new file mode 100644 index 0000000..45949d4 --- /dev/null +++ b/tools.json @@ -0,0 +1,46 @@ +{ + "tools": [ + { + "description": "SCons software construction tool", + "export_paths": [ + [ + "bin" + ] + ], + "export_vars": {}, + "info_url": "https://github.com/SCons/scons.git", + "install": "always", + "license": "MIT", + "name": "tool-scons", + "platform_overrides": [ + { + "install": "always", + "platforms": [ + "win32", + "win64" + ] + } + ], + "supported_targets": [ + "all" + ], + "version_cmd": [ + "ninja", + "--version" + ], + "version_regex": "([0-9.]+)", + "versions": [ + { + "any": { + "sha256": "289b1abf389b730ab5a1018ed9fc84e22d301e0d16c64548eb9db5bf8ba59d06", + "size": 483365, + "url": "https://pioduino.netmesvoip.ru/pioduino/scons/releases/download/4.8.1/scons-local-4.8.1.tar.gz" + }, + "name": "scons", + "status": "recommended" + } + ] + } + ], + "version": 1 +}