mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: Add rust-slug-0.1.
* gnu/packages/crates-io.scm (rust-slug-0.1): New variable.c
This commit is contained in:
parent
e4675c78f1
commit
f71c71c73a
1 changed files with 24 additions and 0 deletions
|
@ -32469,6 +32469,30 @@ data type.")
|
|||
license:expat
|
||||
license:asl2.0))))
|
||||
|
||||
(define-public rust-slug-0.1
|
||||
(package
|
||||
(name "rust-slug")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "slug" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0wrk0w7mcmnvpmc27fw8dxkip6f6xgwpfgp7mp56yv2bd8p7dg5k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-deunicode" ,rust-deunicode-0.4))))
|
||||
(home-page "https://github.com/Stebalien/slug-rs")
|
||||
(synopsis "Convert a Unicode string to a slug")
|
||||
(description
|
||||
"This package is a small library for generating slugs from
|
||||
Unicode strings.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-sluice-0.5
|
||||
(package
|
||||
(name "rust-sluice")
|
||||
|
|
Loading…
Add table
Reference in a new issue