summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8af33e73613d41937259d3c73758bf4808609d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Lukas Linhart <bugs@almad.net>
# Contributor: Changaco <changaco ατ changaco δοτ net>
# Contributor: Nicolas Pouillard <nicolas.pouillard@gmail.com>

pkgname=ros-groovy-ros-pkg
pkgver=1
pkgrel=1
pkgdesc="Rospkg"
arch=('any')
url='http://github.com/ros/rospkg/'
license=('Apache')
depends=('python2')
makedepends=('setuptools')
source=()
md5sums=()

build() {
  cd $srcdir
  git clone git://github.com/ros/rospkg.git
  cd rospkg
  python2 setup.py install --root=${pkgdir} || return 1
}