Skip to content

Commit

Permalink
Add package.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Mar 18, 2024
1 parent 9fd89c3 commit 8471cce
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-tools2</name>
<version>2.0.0</version>
<description>Gazebo Tools: Entrypoint to Gazebo's command line interface</description>
<maintainer email="[email protected]">Carlos Agüero</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/gazebosim/gz-tools</url>

<buildtool_depend>cmake</buildtool_depend>

<build_depend>gz-cmake3</build_depend>

<exec_depend>ruby</exec_depend>

<test_depend>rubocop</test_depend>

<export>
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit 8471cce

Please sign in to comment.