From 4d0910169962ba3c6fdcb0df6802f2495bc2f3f8 Mon Sep 17 00:00:00 2001 From: Simon Streit Date: Mon, 19 Jun 2023 21:51:47 +0200 Subject: siguix: Add emacs-elmine. * siguix/packages/emacs-xyz.scm (emacs-elmine): New variable. --- siguix/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/siguix/packages/emacs-xyz.scm b/siguix/packages/emacs-xyz.scm index 84dd769..ff069b9 100644 --- a/siguix/packages/emacs-xyz.scm +++ b/siguix/packages/emacs-xyz.scm @@ -320,3 +320,28 @@ be opened in the current buffer's default directory.") the Emacs default configuration in uncontroversial ways that nearly everyone can agree upon.") (license license:gpl3+)))) + +(define-public emacs-elmine + (let ((commit "c78cc8705c2dffbf649b858f02b5028225943482") + (revision "0")) + (package + (name "emacs-elmine") + (version (git-version "0.3" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/leoc/elmine") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05z9v3lcc0mm40k0y08v8mhnlxb4krlgj6zghfavwwz6nhxn61g3")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-s)) + (home-page "https://github.com/leoc/elmine") + (synopsis "Access redmine Rest API via elisp in Emacs") + (description "This is a simple package to interact with the redmine restful +webservice easily. Essentially it abstracts most API calls to the +Redmine API.") + (license license:gpl3+)))) -- cgit v1.2.3