all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 65438@debbugs.gnu.org
Subject: [bug#65438] [PATCH 2/4] gnu: Add go-github-com-phpdave11-gofpdi.
Date: Mon, 21 Aug 2023 20:23:01 +0200	[thread overview]
Message-ID: <5f5bfbf2da09ac65c9f891bb1af2151691042024.1692642912.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1692642912.git.liliana.prikler@gmail.com>

* gnu/packages/golang.scm (go-github-com-phpdave11-gofpdi): New variable.
---
 gnu/packages/golang.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6de35767c3..d8dd82e06f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2460,6 +2460,35 @@ (define-public go-github-com-flopp-go-findfont
 TrueType font files in your system's user and system font directories.")
     (license license:expat)))
 
+(define-public go-github-com-phpdave11-gofpdi
+  (package
+    (name "go-github-com-phpdave11-gofpdi")
+    (version "1.0.13")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/phpdave11/gofpdi")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "01r8a3k2d48fxmhyvix0ry2dc1z5xankd14yxlm496a26vfnc9nq"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/phpdave11/gofpdi"
+      #:phases #~(modify-phases %standard-phases
+                   (add-after 'unpack 'fix-source
+                     (lambda _
+                       (substitute* (find-files "." "writer\\.go$")
+                         (("%s-%s") "%d-%s")))))))
+    (propagated-inputs (list go-github-com-pkg-errors))
+    (home-page "https://github.com/phpdave11/gofpdi")
+    (synopsis "PDF document importer")
+    (description
+     "gofpdi allows you to import an existing PDF into a new PDF.")
+    (license license:expat)))
+
 (define-public go-torproject-org-pluggable-transports-goptlib
   (package
     (name "go-torproject-org-pluggable-transports-goptlib")
-- 
2.41.0





  parent reply	other threads:[~2023-08-21 19:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-21 18:35 [bug#65438] [PATCH 0/4] Add Add go-github-com-wraparound-wrap Liliana Marie Prikler
2023-08-21 18:20 ` [bug#65438] [PATCH 1/4] gnu: Add go-github-com-flopp-go-findfont Liliana Marie Prikler
2023-08-21 18:23 ` Liliana Marie Prikler [this message]
2023-08-21 18:23 ` [bug#65438] [PATCH 3/4] gnu: Add go-github-com-signintech-gopdf Liliana Marie Prikler
2023-08-21 18:23 ` [bug#65438] [PATCH 4/4] gnu: Add go-github-com-wraparound-wrap Liliana Marie Prikler
2023-09-02  5:15   ` bug#65438: " Liliana Marie Prikler

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=5f5bfbf2da09ac65c9f891bb1af2151691042024.1692642912.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=65438@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.