|
root / base / libXtst / package.toml
package.toml TOML 25 lines 735 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
# libXtst - X Test extension client library (input injection, used by x11vnc)
# https://gitlab.freedesktop.org/xorg/lib/libxtst

[package]
name = "libXtst"
version = "1.2.5"
release = 1
description = "X Test extension client library"
url = "https://xorg.freedesktop.org/releases/individual/lib/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

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

[[source]]
file = "libXtst-1.2.5.tar.xz"
urls = ["https://xorg.freedesktop.org/releases/individual/lib/libXtst-1.2.5.tar.xz"]
checksum = "b50d4c25b97009a744706c1039c598f4d8e64910c9fde381994e1cae235d9242"

[build]
parallel = true