blob: 436fb132a733bc417f8e35d11258ec2778e24f02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = mavproxy-git
pkgdesc = MAVLink proxy and command line ground station.
pkgver = r2659.241cf6e3
pkgrel = 1
url = http://ardupilot.github.io/MAVProxy/html/index.html
arch = any
license = GPL3
makedepends = git
makedepends = python
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-pymavlink
provides = mavproxy
conflicts = mavproxy
source = git+https://github.com/ArduPilot/MAVProxy.git
sha256sums = SKIP
pkgname = mavproxy-git
|