summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libraqm/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libraqm/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libraqm/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libraqm/package.py b/var/spack/repos/builtin/packages/libraqm/package.py
new file mode 100644
index 0000000000..e15f98a0bc
--- /dev/null
+++ b/var/spack/repos/builtin/packages/libraqm/package.py
@@ -0,0 +1,19 @@
+# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack.package import *
+
+
+class Libraqm(MesonPackage):
+ """Raqm provides a convenient API for the logic of complex text layout."""
+
+ homepage = "https://github.com/HOST-Oman/libraqm"
+ url = "https://github.com/HOST-Oman/libraqm/releases/download/v0.9.0/raqm-0.9.0.tar.xz"
+ git = "https://github.com/HOST-Oman/libraqm.git"
+
+ version("0.9.0", sha256="9ed6fdf41da6391fc9bf7038662cbe412c330aa6eb22b19704af2258e448107c")
+
+ depends_on("freetype")
+ depends_on("harfbuzz")