38 lines
859 B
TOML
38 lines
859 B
TOML
[build]
|
|
type = "cmake"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
configure = [
|
|
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
|
|
"-DCMAKE_SKIP_INSTALL_RPATH=ON",
|
|
"-DGRAPHITE2_COMPARE_RENDERER=OFF",
|
|
"-DGRAPHITE2_VM_TYPE=direct",
|
|
"-G Ninja",
|
|
]
|
|
|
|
[dependencies]
|
|
build = [
|
|
"cmake",
|
|
"python",
|
|
"ninja"
|
|
]
|
|
runtime = [
|
|
"glibc",
|
|
"libcxx",
|
|
"libunwind",
|
|
]
|
|
test = [ "python-fonttools" ]
|
|
|
|
[package]
|
|
description = "smart font system to handle the complexities of lesser-known languages of the world"
|
|
homepage = "https://graphite.sil.org/"
|
|
license = "LGPL-2.1-or-later OR MPL-2.0 OR GPL-2.0-or-later"
|
|
name = "graphite"
|
|
version = "1.3.14"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "f99d1c13aa5fa296898a181dff9b82fb25f6cc0933dbaa7a475d8109bd54209d"
|
|
url = "https://github.com/silnrsi/graphite/releases/download/$version/graphite2-$version.tgz"
|