summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 634439d6183afbd8b4620fead1d929ce503478b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = dbus-codegen-rust
	pkgdesc = This program takes D-Bus XML Introspection data and generates Rust code for calling and implementing the interfaces in the introspection data.
	pkgver = 0.10.0
	pkgrel = 1
	url = https://crates.io/crates/dbus-codegen/
	arch = any
	license = Apache
	license = MIT
	makedepends = cargo
	depends = dbus
	depends = curl
	depends = jq
	provides = dbus-codegen-rust
	noextract = LICENSE-APACHE
	noextract = LICENSE-MIT
	source = https://raw.githubusercontent.com/diwic/dbus-rs/dbus-v0.10.0/LICENSE-APACHE
	source = https://raw.githubusercontent.com/diwic/dbus-rs/dbus-v0.10.0/LICENSE-MIT
	md5sums = ec4df47d4e83d756a74349582f3e99fb
	md5sums = 86713ff7b5518754f2d1d5dd8dbfa694

pkgname = dbus-codegen-rust