guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: Add ruby-afm.


From: Ben Woodcroft
Subject: 09/11: gnu: Add ruby-afm.
Date: Tue, 26 Jan 2016 06:34:50 +0000

benwoodcroft pushed a commit to branch master
in repository guix.

commit f3e085a8d57070f7507b6a4624221fbec4c8addf
Author: Ben Woodcroft <address@hidden>
Date:   Tue Dec 29 15:00:15 2015 +1000

    gnu: Add ruby-afm.
    
    * gnu/packages/ruby.scm (ruby-afm): New variable.
---
 gnu/packages/ruby.scm |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index fdfd936..e1a36aa 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3233,3 +3233,24 @@ specific use case.")
      "RubyRC4 is a pure Ruby implementation of the RC4 algorithm.")
     (home-page "https://github.com/caiges/Ruby-RC4";)
     (license license:expat)))
+
+(define-public ruby-afm
+  (package
+    (name "ruby-afm")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "afm" version))
+       (sha256
+        (base32
+         "06kj9hgd0z8pj27bxp2diwqh6fv7qhwwm17z64rhdc4sfn76jgn8"))))
+    (build-system ruby-build-system)
+    (native-inputs
+     `(("bundler" ,bundler)))
+    (synopsis "Read Adobe Font Metrics (afm) files")
+    (description
+     "This library provides methods to read @dfn{Adobe Font Metrics} (afm)
+files and use the data therein.")
+    (home-page "http://github.com/halfbyte/afm";)
+    (license license:expat)))



reply via email to

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