vcpkg/ports/ignition-tools/vcpkg.json
talregev ef91cf7b8d
[ignition-tools] new port (#27078)
* Add ignition-tools

* Fix installation

* add supports field

* version

* typo

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-10-09 13:54:29 -07:00

19 lines
415 B
JSON

{
"name": "ignition-tools",
"version": "1.5.0",
"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": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}