|
root / base / libxkbfile / package.toml
package.toml TOML 25 lines 694 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# libxkbfile - XKB file parsing library (xlibre-server CDEPEND >=1.0.4)
# https://gitlab.freedesktop.org/xorg/lib/libxkbfile

[package]
name = "libxkbfile"
version = "1.2.0"
release = 1
description = "XKB file parsing library"
url = "https://xorg.freedesktop.org/releases/individual/lib/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["libX11"]
build = ["libX11", "xorgproto", "util-macros"]

[[source]]
file = "libxkbfile-1.2.0.tar.xz"
urls = ["https://xorg.freedesktop.org/releases/individual/lib/libxkbfile-1.2.0.tar.xz"]
checksum = "7f71884e5faf56fb0e823f3848599cf9b5a9afce51c90982baeb64f635233ebf"

[build]
parallel = true