|
root / base / libICE / package.toml
package.toml TOML 25 lines 634 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
# libICE - Inter-Client Exchange library
# https://gitlab.freedesktop.org/xorg/lib/libice

[package]
name = "libICE"
version = "1.1.2"
release = 1
description = "Inter-Client Exchange library"
url = "https://xorg.freedesktop.org/releases/individual/lib/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

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

[[source]]
file = "libICE-1.1.2.tar.xz"
urls = ["https://xorg.freedesktop.org/releases/individual/lib/libICE-1.1.2.tar.xz"]
checksum = "974e4ed414225eb3c716985df9709f4da8d22a67a2890066bc6dfc89ad298625"

[build]
parallel = true