summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3e09f6390715bf94a7306c0cdf913102115639ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: oysstu <oysstu at gmail dot com>

pkgname=gz-ionic
pkgver=1.0.0
pkgrel=1
pkgdesc="Gazebo Ionic: toolbox of development libraries and cloud services for robotics simulation."
arch=('any')
url="https://github.com/gazebosim/${pkgname}"
license=('Apache')
depends=(
  'gz-cmake=4'
  'gz-common=6'
  'gz-fuel-tools=10'
  'gz-gui=9'
  'gz-launch=8'
  'gz-math=8'
  'gz-msgs=11'
  'gz-physics=8'
  'gz-plugin=3'
  'gz-rendering=9'
  'gz-sensors=9'
  'gz-sim=9'
  'gz-transport=14'
  'gz-utils=3'
  'sdformat=15'
  )