mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-alsm-ioprogress: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-alsm-ioprogress): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I4efb488eff6d1e72acfce5b172444c1cfe5942b3
This commit is contained in:
parent
d23e9c8be0
commit
8eb0475af4
2 changed files with 26 additions and 24 deletions
|
@ -831,6 +831,32 @@ newlines until a non-newline.")
|
||||||
"This library provides unit multipliers and functions for Go.")
|
"This library provides unit multipliers and functions for Go.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public go-github-com-alsm-ioprogress
|
||||||
|
(package
|
||||||
|
(name "go-github-com-alsm-ioprogress")
|
||||||
|
(version "0.0.0-20170412085706-063c3725f436")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/alsm/ioprogress")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "10ym5qlq77nynmkxbk767f2hfwyxg2k7hrzph05hvgzv833dhivh"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/alsm/ioprogress"))
|
||||||
|
(home-page "https://github.com/alsm/ioprogress")
|
||||||
|
(synopsis "Textual progress bars in Go")
|
||||||
|
(description
|
||||||
|
"@code{ioprogress} is a Go library with implementations of
|
||||||
|
@code{io.Reader} and @code{io.Writer} that draws progress bars. The primary
|
||||||
|
use case for these are for command-line applications but alternate progress
|
||||||
|
bar writers can be supplied for alternate environments.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-andreasbriese-bbloom
|
(define-public go-github-com-andreasbriese-bbloom
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-andreasbriese-bbloom")
|
(name "go-github-com-andreasbriese-bbloom")
|
||||||
|
|
|
@ -2413,30 +2413,6 @@ for speed on short messages.")
|
||||||
your Go binary to be later served from an http.FileSystem.")
|
your Go binary to be later served from an http.FileSystem.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-alsm-ioprogress
|
|
||||||
(package
|
|
||||||
(name "go-github-com-alsm-ioprogress")
|
|
||||||
(version "0.0.0-20170412085706-063c3725f436")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/alsm/ioprogress")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"10ym5qlq77nynmkxbk767f2hfwyxg2k7hrzph05hvgzv833dhivh"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/alsm/ioprogress"))
|
|
||||||
(synopsis "Textual progress bars in Go")
|
|
||||||
(description "@code{ioprogress} is a Go library with implementations of
|
|
||||||
@code{io.Reader} and @code{io.Writer} that draws progress bars. The primary use
|
|
||||||
case for these are for command-line applications but alternate progress bar
|
|
||||||
writers can be supplied for alternate environments.")
|
|
||||||
(home-page "https://github.com/alsm/ioprogress")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-gizak-termui
|
(define-public go-github-com-gizak-termui
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-gizak-termui")
|
(name "go-github-com-gizak-termui")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue