mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-phayes-permbits.
* gnu/packages/golang-xyz.scm (go-github-com-phayes-permbits): New variable. Change-Id: Ib7c9794f3f3871cf50adbc39fb6ea41d38954306
This commit is contained in:
parent
676966bd4d
commit
ed97671fe6
1 changed files with 24 additions and 0 deletions
|
@ -15495,6 +15495,30 @@ editor with history, inspired by @url{https://github.com/antirez/linenoise/,
|
|||
linenoise}. Xterm as well as WIN32 terminal codes are supported.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-phayes-permbits
|
||||
(package
|
||||
(name "go-github-com-phayes-permbits")
|
||||
(version "0.0.0-20190612203442-39d7c581d2ee")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/phayes/permbits")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jixy4m65agyyly5mg4icszwzs5hjgj1x7cwvc9a3df6j5lwd41x"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/phayes/permbits"))
|
||||
(home-page "https://github.com/phayes/permbits")
|
||||
(synopsis "Easy file permissions for Golang")
|
||||
(description
|
||||
"This package makes it a breeze to check and modify file permission
|
||||
bits.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-philhofer-fwd
|
||||
(package
|
||||
(name "go-github-com-philhofer-fwd")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue