mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: go-github-com-flopp-go-findfont: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-flopp-go-findfont): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I720a48fd063fc543f4d3ada33e9b9767d88cadda
This commit is contained in:
parent
8f01c071a3
commit
0833ea80ff
2 changed files with 24 additions and 23 deletions
|
@ -3729,6 +3729,30 @@ submodules:
|
||||||
"This package provides memcache client and server functionality.")
|
"This package provides memcache client and server functionality.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(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
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/flopp/go-findfont"))
|
||||||
|
(home-page "https://github.com/flopp/go-findfont")
|
||||||
|
(synopsis "Go font finder library")
|
||||||
|
(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-github-com-go-md2man
|
(define-public go-github-com-go-md2man
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-go-md2man")
|
(name "go-github-com-go-md2man")
|
||||||
|
|
|
@ -1521,29 +1521,6 @@ the golang proxy package which connects through a TURN relay. It provides
|
||||||
parsing and encoding support for STUN and TURN protocols.")
|
parsing and encoding support for STUN and TURN protocols.")
|
||||||
(license license:bsd-3)))
|
(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 font finder library")
|
|
||||||
(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)))
|
|
||||||
|
|
||||||
;; NOTE: A warning from upstream: This program is currently not actively
|
;; NOTE: A warning from upstream: This program is currently not actively
|
||||||
;; maintained, it seems to work fine, but use at your own risk.
|
;; maintained, it seems to work fine, but use at your own risk.
|
||||||
(define-public go-wrap
|
(define-public go-wrap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue