blob: 73220ffdcffdc3b51aa27bd2b151bd4928057b2e (
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
25
|
pkgbase = wlink
pkgdesc = wlink - WCH-Link(RV) command line tool
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/ch32-rs/wlink
arch = x86_64
arch = aarch64
arch = riscv64
license = Apache-2.0
license = MIT
makedepends = cargo
makedepends = git
makedepends = rust
depends = gcc-libs
depends = glibc
depends = libusb
depends = systemd-libs
provides = wlink
conflicts = wlink
options = !strip
options = !debug
source = wlink-0.1.0.tar.gz::https://github.com/ch32-rs/wlink/archive/refs/tags/v0.1.0.tar.gz
sha256sums = b0d28175c4895c5846fc840bef78d9ff35b59f5c54cf62a49ed6e749bbc0fccb
pkgname = wlink
|