gnu: Add emacs-chruby-el.

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

Change-Id: Ief7622e585326671b123df770eeb3264cf201c3a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Javier Olaechea 2024-09-09 12:14:57 -05:00 committed by Ludovic Courtès
parent a2f7081df4
commit 0169c1e475
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -7557,6 +7557,26 @@ (define-public emacs-inf-ruby
appropriate console.")
(license license:gpl3+)))
(define-public emacs-chruby-el
(let ((version "1.0")
(commit "42bc6d521f832eca8e2ba210f30d03ad5529788f")
(revision "0"))
(package
(name "emacs-chruby-el")
(version (git-version version revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/plexus/chruby.el")
(commit commit)))
(file-name (git-file-name name version))
(sha256 (base32 "06pvjw40qk017py9km26vjrh90acycnkr5r04nxf664qqkjlg2mc"))))
(build-system emacs-build-system)
(home-page "https://github.com/plexus/chruby.el")
(synopsis "Emacs support for the Chruby version switcher for Ruby")
(description "This packages lets you switch Ruby versions using chruby.")
(license license:gpl3+))))
;; Package has no release. Version is extracted from "Version:" keyword in
;; main file.
(define-public emacs-zeno-theme