Skip to content

Commit 500ce44

Browse files
azeeymjcarroll
andauthored
Add package.xml (#587)
Signed-off-by: Addisu Z. Taddese <[email protected]> Co-authored-by: Michael Carroll <[email protected]>
1 parent e79bc54 commit 500ce44

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.github/workflows/package_xml.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Validate package.xml
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
package-xml:
8+
runs-on: ubuntu-latest
9+
name: Validate package.xml
10+
steps:
11+
- uses: gazebo-tooling/action-gz-ci/validate_package_xml@jammy

package.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0"?>
2+
<package format="2">
3+
<name>gz-common5</name>
4+
<version>5.6.0</version>
5+
<description>Gazebo Common : AV, Graphics, Events, and much more.</description>
6+
<maintainer email="[email protected]">Nate Koenig</maintainer>
7+
<license>Apache License 2.0</license>
8+
<url type="website">https://github.com/gazebosim/gz-common</url>
9+
10+
<buildtool_depend>cmake</buildtool_depend>
11+
<buildtool_depend>pkg-config</buildtool_depend>
12+
13+
<build_depend>gz-cmake3</build_depend>
14+
15+
<depend>assimp-dev</depend>
16+
<depend>ffmpeg-dev</depend>
17+
<depend>gz-math7</depend>
18+
<depend>gz-utils2</depend>
19+
<depend>libfreeimage-dev</depend>
20+
<depend>libgdal-dev</depend>
21+
<depend>libgts</depend>
22+
<depend>tinyxml2</depend>
23+
<depend>uuid</depend>
24+
25+
<export>
26+
<build_type>cmake</build_type>
27+
</export>
28+
</package>

0 commit comments

Comments
 (0)