[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: Add go-github-com-phpdave11-gofpdi.
From: |
guix-commits |
Subject: |
02/07: gnu: Add go-github-com-phpdave11-gofpdi. |
Date: |
Sat, 2 Sep 2023 01:11:56 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 770353c98913d6cc4addf0e6bfc4a60b323f8762
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Aug 21 20:23:01 2023 +0200
gnu: Add go-github-com-phpdave11-gofpdi.
* 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 @@ parsing and encoding support for STUN and TURN
protocols.")
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")
- branch master updated (c72bc0bb71 -> 9179775b05), guix-commits, 2023/09/02
- 01/07: gnu: Add go-github-com-flopp-go-findfont., guix-commits, 2023/09/02
- 05/07: gnu: font-openmoji: Update to 14.0.0-1.93f059d., guix-commits, 2023/09/02
- 02/07: gnu: Add go-github-com-phpdave11-gofpdi.,
guix-commits <=
- 03/07: gnu: Add go-github-com-signintech-gopdf., guix-commits, 2023/09/02
- 04/07: gnu: Add go-github-com-wraparound-wrap., guix-commits, 2023/09/02
- 06/07: gnu: Add scummc., guix-commits, 2023/09/02
- 07/07: gnu: Add openquest., guix-commits, 2023/09/02