blob: d7d53e9e215446a008cd9a007ee4049457dca439 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = wchisp-git
pkgdesc = WCH ISP Tool in Rust
pkgver = 0.3.0.r12.g37bd09d
pkgrel = 1
url = https://github.com/ch32-rs/wchisp
arch = x86_64
arch = aarch64
arch = riscv64
license = GPL-2.0-only
makedepends = cargo
makedepends = git
makedepends = rust
depends = gcc-libs
depends = glibc
depends = libusb
depends = systemd-libs
provides = wchisp
conflicts = wchisp
options = !lto
source = wchisp-git::git+https://github.com/ch32-rs/wchisp.git
sha256sums = SKIP
pkgname = wchisp-git
|