mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: go-github-com-vitrun-qart: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I219dfa1129e73e042170b3da176801a0058980f2
This commit is contained in:
parent
856c3e08f7
commit
6d88e9e21f
2 changed files with 28 additions and 28 deletions
|
@ -3856,6 +3856,34 @@ (define-public go-github-com-tkuchiki-go-timezone
|
|||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-vitrun-qart
|
||||
(let ((commit "bf64b92db6b05651d6c25a3dabf2d543b360c0aa")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-vitrun-qart")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/vitrun/qart")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1xk7qki703xmay9ghi3kq2bjf1iw9dz8wik55739d6i7sn77vvkc"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/vitrun/qart"))
|
||||
(home-page "https://github.com/vitrun/qart")
|
||||
(synopsis "Create QR codes with an embedded image")
|
||||
(description
|
||||
"This package provides a library for embedding human-meaningful
|
||||
graphics in QR codes. However, instead of scribbling on redundant pieces and
|
||||
relying on error correction to preserve the meaning, @code{qart} engineers the
|
||||
encoded values to create the picture in a code with no inherent errors.")
|
||||
(license license:bsd-3))))
|
||||
|
||||
(define-public go-github-com-vividcortex-ewma
|
||||
(package
|
||||
(name "go-github-com-vividcortex-ewma")
|
||||
|
|
|
@ -213,34 +213,6 @@ (define-public syncthing-gtk
|
|||
(define-public qsyncthingtray
|
||||
(deprecated-package "qsyncthingtray" syncthing-gtk))
|
||||
|
||||
(define-public go-github-com-vitrun-qart
|
||||
(let ((commit "bf64b92db6b05651d6c25a3dabf2d543b360c0aa")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-vitrun-qart")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/vitrun/qart")
|
||||
(commit commit)))
|
||||
(file-name (string-append "go-github-com-vitrun-qart-"
|
||||
version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xk7qki703xmay9ghi3kq2bjf1iw9dz8wik55739d6i7sn77vvkc"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/vitrun/qart"))
|
||||
(synopsis "Create QR codes with an embedded image")
|
||||
(description "This package provides a library for embedding
|
||||
human-meaningful graphics in QR codes. However, instead of scribbling on
|
||||
redundant pieces and relying on error correction to preserve the meaning,
|
||||
@code{qart} engineers the encoded values to create the picture in a code with no
|
||||
inherent errors.")
|
||||
(home-page "https://github.com/vitrun/qart")
|
||||
(license bsd-3))))
|
||||
|
||||
(define-public go-github-com-syncthing-notify
|
||||
(let ((commit "69c7a957d3e261f9744f46b3dd4d608d8480ad90")
|
||||
(revision "5"))
|
||||
|
|
Loading…
Reference in a new issue