21 lines
479 B
TOML
21 lines
479 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python",
|
|
"libxml215",
|
|
]
|
|
|
|
[package]
|
|
description = "XML-XCB protocol descriptions"
|
|
homepage = "https://xcb.freedesktop.org/"
|
|
license = "X11-distribute-modifications-variant"
|
|
name = "xcb-proto"
|
|
version = "1.17.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c"
|
|
url = "https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$version.tar.xz"
|