blob: 2adb9a10dd507df5aa4d656f962975edf2779a44 (
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
|
pkgbase = openocd-zephyr-git
pkgdesc = Fork of OpenOCD with support for Zephyr RTOS
pkgver = 0.10.0.1393
pkgrel = 1
url = https://github.com/zephyrproject-rtos/openocd
arch = i686
arch = x86_64
arch = arm
license = GPL
makedepends = git
makedepends = automake>=1.11
makedepends = autoconf
makedepends = libtool
makedepends = tcl
depends = libftdi
depends = libftdi-compat
depends = libusb
depends = libusb-compat
depends = hidapi
source = openocd-zephyr-git::git+https://github.com/zephyrproject-rtos/openocd.git
sha1sums = SKIP
pkgname = openocd-zephyr-git
|