guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: Add stb-truetype.


From: guix-commits
Subject: 06/08: gnu: Add stb-truetype.
Date: Tue, 4 Feb 2020 18:22:07 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6e43e1eee8b6ecf567686885e4707f889643b55b
Author: Giacomo Leidi <address@hidden>
AuthorDate: Wed Jan 22 20:22:42 2020 +0100

    gnu: Add stb-truetype.
    
    * gnu/packages/stb.scm (stb-truetype): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/stb.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm
index 5ee34cd..9cb2ae1 100644
--- a/gnu/packages/stb.scm
+++ b/gnu/packages/stb.scm
@@ -106,3 +106,9 @@ C@tie{}@code{stdio} interface."))
   (make-stb-header-package
    "stb-sprintf" "1.06"
    "stb-sprintf implements fast @code{sprintf}, @code{snprintf} for C/C++."))
+
+(define-public stb-truetype
+  (make-stb-header-package
+   "stb-truetype" "1.22"
+   "stb-truetype is a library for parsing, decoding, and rasterizing
+characters from TrueType fonts."))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]