mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add go-github-com-gosimple-slug.
* gnu/packages/golang-web.scm (go-github-com-gosimple-slug): New variable. Change-Id: I5b9d85c32b2711ad857973030e5b48558de4d5d2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
d5c3f170b0
commit
3dac82e790
1 changed files with 23 additions and 0 deletions
|
|
@ -6318,6 +6318,29 @@ sessions, flash messages, custom backends, and more.")
|
|||
protocol.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public go-github-com-gosimple-slug
|
||||
(package
|
||||
(name "go-github-com-gosimple-slug")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/gosimple/slug")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15gk6hdd8kjfl0srlf3gnjq34m64as1s6pjv7paaxd1zvrcml46y"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/gosimple/slug"))
|
||||
(propagated-inputs (list go-github-com-gosimple-unidecode))
|
||||
(home-page "https://github.com/gosimple/slug")
|
||||
(synopsis "URL-friendly slugify with multiple language support")
|
||||
(description "Generates slug from Unicode string for use in URLs.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public go-github-com-gregjones-httpcache
|
||||
(package
|
||||
(name "go-github-com-gregjones-httpcache")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue