guix-commits
[Top][All Lists]
Advanced

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

41/41: gnu: Add ruby-jekyll-paginate-v2.


From: julien lepiller
Subject: 41/41: gnu: Add ruby-jekyll-paginate-v2.
Date: Sat, 1 Sep 2018 17:10:20 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 37a0f47073e1788e8991567c4fce5d2acaa8ce67
Author: Julien Lepiller <address@hidden>
Date:   Sun Aug 26 17:33:20 2018 +0200

    gnu: Add ruby-jekyll-paginate-v2.
    
    * gnu/packages/ruby.scm (ruby-jekyll-paginate-v2): New variable.
---
 gnu/packages/ruby.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 70c071f..616b869 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5908,3 +5908,22 @@ Pathname.")
     (synopsis "Static site generator")
     (description "Jekyll is a simple, blog aware, static site generator.")
     (license license:expat)))
+
+(define-public ruby-jekyll-paginate-v2
+  (package
+    (name "ruby-jekyll-paginate-v2")
+    (version "2.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "jekyll-paginate-v2" version))
+              (sha256
+               (base32
+                "154bfpyml6abxww9868hhyfvxasl8qhsc5zy2q30c7dxaj0igdib"))))
+    (build-system ruby-build-system)
+    (propagated-inputs
+     `(("jekyll" ,jekyll)))
+    (home-page "https://github.com/sverrirs/jekyll-paginate-v2";)
+    (synopsis "Pagination Generator for Jekyll 3")
+    (description "The Pagination Generator forms the core of the pagination
+logic in Jekyll.  It calculates and generates the pagination pages.")
+    (license license:expat)))



reply via email to

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