mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: Add go-modernc-org-scanner.
* gnu/packages/golang-xyz.scm (go-modernc-org-scanner): New variable. Change-Id: I425f878ef29f99ae7224f2de5aea344f40acf9a3
This commit is contained in:
parent
166dd7ee27
commit
279d2fe0ee
1 changed files with 26 additions and 0 deletions
|
|
@ -24608,6 +24608,32 @@ with ccgo-generated code.")
|
|||
(description "Package opt implements command-line flag parsing.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-modernc-org-scanner
|
||||
(package
|
||||
(name "go-modernc-org-scanner")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/cznic/scanner")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0nj7iy8gr9f5vwmg5fvpvxsjy9668mkm9dyc8ajx8imvlx4n1lvw"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "modernc.org/scanner"))
|
||||
(propagated-inputs
|
||||
(list go-modernc-org-token))
|
||||
(home-page "https://gitlab.com/cznic/scanner")
|
||||
(synopsis "Common source code scanner for Golang")
|
||||
(description
|
||||
;; XXX: Project provides nearly 0 documentation.
|
||||
"This package provides some common scanner stuff.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-modernc-org-sortutil
|
||||
(package
|
||||
(name "go-modernc-org-sortutil")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue