all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maximilian Heisinger <mail@maxheisinger.at>
To: 55259@debbugs.gnu.org
Subject: [bug#55259] [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage
Date: Wed, 4 May 2022 11:06:38 +0200 (CEST)	[thread overview]
Message-ID: <1477630537.125649.1651655198779@ox73.mailbox.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2194 bytes --]

From 11f3d48556204fb881db8824d5c5260804da9d73 Mon Sep 17 00:00:00 2001
From: Maximilian Heisinger <mail@maxheisinger.at>
Date: Wed, 4 May 2022 11:05:24 +0200
Subject: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage

* gnu/packages/ruby.scm (ruby-asciidoctor-multipage): Add package.
---
 gnu/packages/ruby.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index acccc4d4c4..663bda84be 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1298,6 +1298,39 @@ (define-public ruby-asciidoctor
     (home-page "https://asciidoctor.org")
     (license license:expat)))

+(define-public ruby-asciidoctor-multipage
+  (package
+    (name "ruby-asciidoctor-multipage")
+    (version "0.0.15")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/owenh000/asciidoctor-multipage")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "01qqkf00cp4sj82brz8kl02pjirydafwgld3z166slysiq78d1c5"))))
+    (propagated-inputs (list ruby-asciidoctor ruby-slim))
+    (build-system ruby-build-system)
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  (add-after 'extract-gemspec 'strip-version-requirements
+                    (lambda _
+                      (delete-file "Gemfile")
+                      (substitute* "asciidoctor-multipage.gemspec"
+                        (("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
+                         (string-append stripped "
+"))) #t)))))
+    (synopsis
+     "Asciidoctor extension for generating HTML output using multiple pages")
+    (description
+     "Asciidoctor generates single-page documents.  This extension
+splits documents up into multiple HTML pages according to their headings, with
+configurable levels.")
+    (license license:ruby)
+    (home-page "https://github.com/owenh000/asciidoctor-multipage")))
+
 (define-public ruby-prawn-icon
   (package
     (name "ruby-prawn-icon")
--
2.36.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 475 bytes --]

             reply	other threads:[~2022-05-04 11:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-04  9:06 Maximilian Heisinger [this message]
2022-05-08 21:44 ` bug#55259: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1477630537.125649.1651655198779@ox73.mailbox.org \
    --to=mail@maxheisinger.at \
    --cc=55259@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.