first commit
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
+46
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user