blob: cf25d5a42bb17f8c35cec252f40eb48f89169f31 (
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 = svdtools
pkgdesc = svdtools is a set of tools for modifying vendor-supplied, often buggy SVD files. It can be imported as a library for use in other applications, or run directly via the included svdtools CLI utility.
pkgver = 0.3.18
pkgrel = 1
url = https://github.com/rust-embedded/svdtools
arch = x86_64
arch = aarch64
arch = riscv64
license = MIT AND Apache-2.0
makedepends = cargo
depends = gcc-libs
depends = glibc
optdepends = svd2rust: Generate Rust register maps (`struct`s) from SVD files
provides = svdtools
provides = svdtools-rust
conflicts = svdtools
conflicts = svdtools-rust
replaces = python-svdtools
replaces = svdtools-rust
options = !strip
options = !lto
source = svdtools-0.3.18.tar.gz::https://github.com/rust-embedded/svdtools/archive/refs/tags/v0.3.18.tar.gz
sha256sums = e34f057cb096b8bd21e9fe4c1bd8cde443f86517d27d04967ebda8eafa6d04f1
pkgname = svdtools
|