|
root / base / libXt / package.toml
package.toml TOML 25 lines 683 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
# libXt - X Toolkit Intrinsics library
# https://gitlab.freedesktop.org/xorg/lib/libxt

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

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

[[source]]
file = "libXt-1.3.1.tar.xz"
urls = ["https://xorg.freedesktop.org/releases/individual/lib/libXt-1.3.1.tar.xz"]
checksum = "e0a774b33324f4d4c05b199ea45050f87206586d81655f8bef4dba434d931288"

[build]
parallel = true