summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 58e165211b521bd32c03750f144351631ccf851c (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 = 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.4.0
	pkgrel = 1
	url = https://github.com/rust-embedded/svdtools
	arch = x86_64
	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.4.0.tar.gz::https://github.com/rust-embedded/svdtools/archive/refs/tags/v0.4.0.tar.gz
	sha256sums = b0bc3698428e8c5ac87ed4557d8e347e01f01958b6341437f5144ce3161522ce

pkgname = svdtools