mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add go-github-com-dop251-scsu.
* gnu/packages/golang-xyz.scm (go-github-com-dop251-scsu): New variable. Change-Id: Ib367d2fa23316d4e9ccb442f29b7ab908ed8c99e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
e645491770
commit
5c533cf90f
1 changed files with 24 additions and 0 deletions
|
|
@ -7038,6 +7038,30 @@ help message which may simplify crating CLI applications, it's Golang
|
|||
implementation of http://docopt.org/.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-dop251-scsu
|
||||
(package
|
||||
(name "go-github-com-dop251-scsu")
|
||||
(version "0.0.0-20220106150536-84ac88021d00")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/dop251/scsu")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0vm7yfbdaz5z1m7yih5r2awahdr1lyrdfjr8qvx3z0gqi5q3klnh"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/dop251/scsu"))
|
||||
(home-page "https://github.com/dop251/scsu")
|
||||
(synopsis "Standard Compression Scheme for Unicode")
|
||||
(description
|
||||
"This package provides a Standard Compression Scheme for Unicode
|
||||
implementation in Go.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-dsnet-golib
|
||||
(package
|
||||
(name "go-github-com-dsnet-golib")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue