mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-kevinmbeaulieu-eq-go-eq-go: Improve package.
* gnu/packages/golang-xyz.scm (go-github-com-kevinmbeaulieu-eq-go-eq-go) [arguments] <skip-build?>: No go files in project's root. <import-path>: Set as seen in go.mod. <unpack-path>: Remove as redundant. [synopsis]: Add meaningful sentence sourced from project's GitHub page. Change-Id: I1c05710ee7ae606f185adbfa67daec54e4e2d972
This commit is contained in:
parent
9448d7c8fa
commit
732cca59f3
1 changed files with 4 additions and 3 deletions
|
@ -17728,14 +17728,15 @@ structure.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:unpack-path "github.com/kevinmbeaulieu/eq-go"
|
#:skip-build? #t
|
||||||
#:import-path "github.com/kevinmbeaulieu/eq-go/eq-go"))
|
#:import-path "github.com/kevinmbeaulieu/eq-go"))
|
||||||
(home-page "https://github.com/kevinmbeaulieu/eq-go")
|
(home-page "https://github.com/kevinmbeaulieu/eq-go")
|
||||||
(synopsis "eq[uivalent]-go")
|
(synopsis "Compare Golang source directories")
|
||||||
(description
|
(description
|
||||||
"This package provides a way to check whether two Go source directories
|
"This package provides a way to check whether two Go source directories
|
||||||
contain equivalent code.")
|
contain equivalent code.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-sosodev-duration
|
(define-public go-github-com-sosodev-duration
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-sosodev-duration")
|
(name "go-github-com-sosodev-duration")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue