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:
Sharlatan Hellseher 2024-08-25 23:05:59 +01:00
parent 89405ff470
commit 4b9bb8e794
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -391,6 +391,35 @@ throughout its lifetime.")
"@code{go-ipfs-exchange-interface} defines the IPFS exchange interface.")
(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
(package
(name "go-github-com-ipfs-go-ipfs-util")