[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: Add go-github-com-fogleman-gg.
From: |
guix-commits |
Subject: |
04/11: gnu: Add go-github-com-fogleman-gg. |
Date: |
Sun, 22 Mar 2020 03:58:17 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 40c86b39c3a9046e3371c0d4f2e530d7c6411771
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Mar 15 23:13:04 2020 +0200
gnu: Add go-github-com-fogleman-gg.
* gnu/packages/golang.scm (go-github-com-fogleman-gg): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5ab4bd5..52e8d7d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3524,3 +3524,27 @@ characters with their ASCII approximations.")
(description "The Freetype font rasterizer in the Go programming
language.")
(license (list license:freetype
license:gpl2+)))))
+
+(define-public go-github-com-fogleman-gg
+ (package
+ (name "go-github-com-fogleman-gg")
+ (version "1.3.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/fogleman/gg")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1nkldjghbqnzj2djfaxhiv35kk341xhcrj9m2dwq65v684iqkk8n"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:tests? #f ; Issue with test flags.
+ #:import-path "github.com/fogleman/gg"))
+ (propagated-inputs
+ `(("go-github-com-golang-freetype" ,go-github-com-golang-freetype)))
+ (home-page "https://github.com/fogleman/gg")
+ (synopsis "2D rendering in Go")
+ (description "@code{gg} is a library for rendering 2D graphics in pure
Go.")
+ (license license:expat)))
- branch master updated (405c0c9 -> 10d3fbf), guix-commits, 2020/03/22
- 03/11: gnu: Add go-github-com-golang-freetype., guix-commits, 2020/03/22
- 02/11: gnu: Add go-golang-org-rainycape-unidecode., guix-commits, 2020/03/22
- 04/11: gnu: Add go-github-com-fogleman-gg.,
guix-commits <=
- 06/11: gnu: Add go-github-com-klauspost-cpuid., guix-commits, 2020/03/22
- 07/11: gnu: Add go-github-com-pbnjay-memory., guix-commits, 2020/03/22
- 09/11: gnu: Add go-github-com-surgebase-porter2., guix-commits, 2020/03/22
- 10/11: gnu: Add edirect-go-programs., guix-commits, 2020/03/22
- 08/11: gnu: Add go-github-com-surge-glog., guix-commits, 2020/03/22
- 05/11: gnu: Add go-github-com-gedex-inflector., guix-commits, 2020/03/22
- 01/11: gnu: Add go-golang-org-x-image., guix-commits, 2020/03/22
- 11/11: gnu: edirect: Install more programs., guix-commits, 2020/03/22