mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-ipfs-go-ipfs-redirects-file.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-redirects-file): New variable. Change-Id: I15876b3cd4ef58191e628bd08bc855ab4aafcdf1
This commit is contained in:
parent
89405ff470
commit
4b9bb8e794
1 changed files with 29 additions and 0 deletions
|
@ -391,6 +391,35 @@ throughout its lifetime.")
|
||||||
"@code{go-ipfs-exchange-interface} defines the IPFS exchange interface.")
|
"@code{go-ipfs-exchange-interface} defines the IPFS exchange interface.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-ipfs-go-ipfs-redirects-file
|
||||||
|
(package
|
||||||
|
(name "go-github-com-ipfs-go-ipfs-redirects-file")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/ipfs/go-ipfs-redirects-file")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "16lisd5jbniang85jzfwfigw0kmz73913fsrfj49nh92mpw50qpz"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/ipfs/go-ipfs-redirects-file"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-tj-assert))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-pkg-errors
|
||||||
|
go-github-com-ucarion-urlpath))
|
||||||
|
(home-page "https://github.com/ipfs/go-ipfs-redirects-file")
|
||||||
|
(synopsis "IPFS Web Gateway _redirects file format parser")
|
||||||
|
(description
|
||||||
|
"Package redirects provides Netlify style _redirects file format
|
||||||
|
parsing.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-ipfs-go-ipfs-util
|
(define-public go-github-com-ipfs-go-ipfs-util
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-ipfs-go-ipfs-util")
|
(name "go-github-com-ipfs-go-ipfs-util")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue