gnu: Add emacs-vcsh.

* gnu/packages/emacs-xyz.scm (emacs-vcsh): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Michael Rohleder 2020-05-19 15:31:21 +02:00 committed by Nicolas Goaziou
parent 90f44ee496
commit 42d41d86f3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14919,6 +14919,29 @@ (define-public emacs-magit-org-todos-el
buffer with each of your todos.")
(license license:gpl3+))))
(define-public emacs-vcsh
(package
(name "emacs-vcsh")
(version "0.4.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/stepnem/vcsh-el.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "183pffdiqb7qqmjq31wxl3fpv8qswqgg99gb716rddiyk15ysri7"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/stepnem/vcsh-el")
(synopsis "Emacs VCSH integration")
(description
"This library provides basic ``enter'' functionality and a few
convenience commands to initialize a @acronym{VCSH, Version Control System for
$HOME} repository and add files to it. It can be used in conjunction with
Magit.")
(license license:public-domain)))
(define-public emacs-f3
(package
(name "emacs-f3")