summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 12ee16e2ee63608988fa02ce4434543ec65e7f32 (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
27
28
29
30
31
32
33
34
35
# Script generated with import_catkin_packages.py.
# For more information: https://github.com/bchretien/arch-ros-stacks.
pkgdesc="ROS - Metapackage allowing easy installation of Velodyne simulation components."
url='http://wiki.ros.org/velodyne_simulator'

pkgname='ros-melodic-velodyne-simulator'
pkgver='1.0.12'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')

ros_makedepends=(
	ros-melodic-rospack
	ros-melodic-catkin
         
)

makedepends=(
	'cmake'
	'ros-build-tools'
	${ros_makedepends[@]}
)

ros_depends=(
	ros-melodic-ros-environment
	ros-melodic-rospack
	ros-melodic-catkin
        ros-melodic-velodyne-description
        ros-melodic-velodyne-gazebo-plugins
)

depends=(
	${ros_depends[@]}
	python-rospkg
)