summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2019-12-28 12:19:21 -0600
committerAdam J. Stewart <ajstewart426@gmail.com>2019-12-28 12:19:21 -0600
commit12692424a7e19dedaa6891ea9787d93d77ac5f66 (patch)
tree6523bf38e1c914c27d49ecfe270ba157f11191c4
parentc0d5c360d5283c47ea63b07bab79868ca7cec22d (diff)
downloadspack-12692424a7e19dedaa6891ea9787d93d77ac5f66.tar.gz
spack-12692424a7e19dedaa6891ea9787d93d77ac5f66.tar.bz2
spack-12692424a7e19dedaa6891ea9787d93d77ac5f66.tar.xz
spack-12692424a7e19dedaa6891ea9787d93d77ac5f66.zip
New package - graphite2 (#14299)
* New package - graphite2 This PR adds the Graphite2 package to Spack. * Replace smart quotes with standard quotes
-rw-r--r--var/spack/repos/builtin/packages/graphite2/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/graphite2/package.py b/var/spack/repos/builtin/packages/graphite2/package.py
new file mode 100644
index 0000000000..bd90b22fe6
--- /dev/null
+++ b/var/spack/repos/builtin/packages/graphite2/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2019 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 import *
+
+
+class Graphite2(CMakePackage):
+ """Graphite is a system that can be used to create "smart fonts" capable of
+ displaying writing systems with various complex behaviors. A smart font
+ contains not only letter shapes but also additional instructions indicating
+ how to combine and position the letters in complex ways."""
+
+ homepage = "https://scripts.sil.org/cms/scripts/page.php?site_id=projects&item_id=graphite_home"
+ url = "https://github.com/silnrsi/graphite/releases/download/1.3.13/graphite2-1.3.13.tgz"
+
+ version('1.3.13', sha256='dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06')