[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: Add go-github-com-flopp-go-findfont.
From: |
guix-commits |
Subject: |
01/07: gnu: Add go-github-com-flopp-go-findfont. |
Date: |
Sat, 2 Sep 2023 01:11:56 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 9e2c51624010d4fb7683b18eab5e653e74986957
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Aug 21 20:20:40 2023 +0200
gnu: Add go-github-com-flopp-go-findfont.
* gnu/packages/golang.scm (go-github-com-flopp-go-findfont): New variable.
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5a53838435..6de35767c3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2437,6 +2437,29 @@ the golang proxy package which connects through a TURN
relay. It provides
parsing and encoding support for STUN and TURN protocols.")
(license license:bsd-3))))
+(define-public go-github-com-flopp-go-findfont
+ (package
+ (name "go-github-com-flopp-go-findfont")
+ (version "0.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/flopp/go-findfont")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "05jvs5sw6yid0qr2ld7aw0n1mjp47jxhvbg9lsdig86668i2fj2q"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/flopp/go-findfont"))
+ (home-page "https://github.com/flopp/go-findfont")
+ (synopsis "go-findfont")
+ (description
+ "This package provides a platform-agnostic Go library to locate
+TrueType font files in your system's user and system font directories.")
+ (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 <=
- 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, 2023/09/02
- 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