diff options
author | Lubosz Sarnecki | 2016-03-29 11:42:32 +0200 |
---|---|---|
committer | Lubosz Sarnecki | 2016-03-29 11:42:32 +0200 |
commit | 87588fe1bd668fb7bc5c96425500593ef98007fa (patch) | |
tree | 72b88779854ac7e748b6e45fbbc5631588312701 /.SRCINFO | |
download | aur-87588fe1bd668fb7bc5c96425500593ef98007fa.tar.gz |
initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..0d098dfaca35 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = ros-jade-kinect2-registration + pkgdesc = Tools for using the Kinect One (Kinect v2) in ROS. + pkgver = 0.0.1 + pkgrel = 1 + url = https://github.com/code-iai/iai_kinect2 + arch = any + license = apache + makedepends = cmake + makedepends = ros-build-tools + makedepends = ros-jade-roscpp + depends = ros-jade-roscpp + source = ros-jade-kinect2-registration::git+https://github.com/code-iai/iai_kinect2.git + sha256sums = SKIP + +pkgname = ros-jade-kinect2-registration + |