|
root / base / libfontenc / package.toml
package.toml TOML 25 lines 642 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
# libfontenc - X font encoding library
# https://gitlab.freedesktop.org/xorg/lib/libfontenc

[package]
name = "libfontenc"
version = "1.1.9"
release = 1
description = "X font encoding 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 = "libfontenc-1.1.9.tar.xz"
urls = ["https://xorg.freedesktop.org/releases/individual/lib/libfontenc-1.1.9.tar.xz"]
checksum = "9d8392705cb10803d5fe1d27d236cbab3f664e26841ce01916bbbe430cf273e2"

[build]
parallel = true