blob: 17ffd265f462ee5814024b1d5d20db584a0f5645 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = riscv-openocd-git
pkgdesc = Fork of OpenOCD that has RISC-V support
pkgver = v20180629.r2363.g9906763b8
pkgrel = 1
url = https://github.com/riscv/riscv-openocd
arch = x86_64
license = GPL
makedepends = git
makedepends = automake>=1.11
makedepends = autoconf
makedepends = libtool
depends = libftdi
depends = hidapi
source = riscv-openocd-git::git+https://github.com/riscv/riscv-openocd.git#branch=riscv
sha1sums = SKIP
pkgname = riscv-openocd-git
|