diff options
Diffstat (limited to 'vcpkg/ports/gz-tools2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gz-tools2/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-tools2/vcpkg.json b/vcpkg/ports/gz-tools2/vcpkg.json new file mode 100644 index 0000000..b2334b3 --- /dev/null +++ b/vcpkg/ports/gz-tools2/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "gz-tools2", + "version": "2.0.0", + "port-version": 2, + "description": "Gazebo tools provide the ign command line tool that accepts multiple subcommands.", + "homepage": "https://gazebosim.org", + "license": "Apache-2.0", + "supports": "!(arm & windows) & !uwp", + "dependencies": [ + "gz-tools" + ] +} |