mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-git2@0.20.2.
* gnu/packages/crates-vcs.scm (rust-git2-0.20): New variable. Change-Id: I2d8b8a06f1a48143f71023f1185da36ff5537860
This commit is contained in:
parent
4210f4ce5f
commit
3ae80ace5e
1 changed files with 32 additions and 0 deletions
|
@ -337,6 +337,38 @@ dirty state into your program.")
|
||||||
"This is an internal macro crate for git-version.")
|
"This is an internal macro crate for git-version.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public rust-git2-0.20
|
||||||
|
(package
|
||||||
|
(name "rust-git2")
|
||||||
|
(version "0.20.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "git2" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0451zzmvblvlrj6y6pgdsxrqh42hi789n3k9lp0hslmi6fhhgsrd"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-libgit2-sys" ,rust-libgit2-sys-0.18)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-openssl-probe" ,rust-openssl-probe-0.1)
|
||||||
|
("rust-openssl-sys" ,rust-openssl-sys-0.9)
|
||||||
|
("rust-url" ,rust-url-2))))
|
||||||
|
(home-page "https://github.com/rust-lang/git2-rs")
|
||||||
|
(synopsis
|
||||||
|
"Bindings to libgit2 for interoperating with git repositories. This library is
|
||||||
|
both threadsafe and memory safe and allows both reading and writing git
|
||||||
|
repositories.")
|
||||||
|
(description
|
||||||
|
"This package provides Bindings to libgit2 for interoperating with git repositories. This library is
|
||||||
|
both threadsafe and memory safe and allows both reading and writing git
|
||||||
|
repositories.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-git2-0.19
|
(define-public rust-git2-0.19
|
||||||
(package
|
(package
|
||||||
(name "rust-git2")
|
(name "rust-git2")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue