unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Alexandr Vityazev <avityazev@posteo.org>
To: 48818@debbugs.gnu.org
Subject: [bug#48818] [PATCH 2/2] gnu: Add emacs-flymake-kondor.
Date: Thu, 03 Jun 2021 21:26:29 +0000	[thread overview]
Message-ID: <874keed4hm.fsf@posteo.net> (raw)
In-Reply-To: <87eedid5a2.fsf@posteo.net>

* gnu/packages/emacs-xyz.scm (emacs-flymake-kondor): New variable.
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2541c148ad..1892d06960 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28301,3 +28301,30 @@ suitable for use with @code{flymake-diagnostic-functions} and handles
 running the external process, creating and removing any necessary
 files and buffers, and regex matches against diagnostic output. ")
       (license license:gpl3+))))
+
+(define-public emacs-flymake-kondor
+  (let ((version "0.0.3")
+        (revision "0")
+        (commit "72052b5ba827faf357608cf720a70221192a8282"))
+    (package
+      (name "emacs-flymake-kondor")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/turbo-cafe/flymake-kondor")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0h8dqk35r10pxx2w4swb3kij4y2vi17j9wfk978x8lf0wd3h3hsy"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-flymake-quickdef"
+          ,emacs-flymake-quickdef)))
+      (home-page
+       "https://github.com/turbo-cafe/flymake-kondor")
+      (synopsis "Linter with clj-kondo")
+      (description
+       "This package adds Clojure syntax checker clj-kondo. ")
+      (license license:gpl3+))))
-- 
2.31.1



-- 

Alexandr Vityazev




  parent reply	other threads:[~2021-06-03 21:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03 21:09 [bug#48818] [PATCH 0/2] gnu: Add emacs-flymake-kondor Alexandr Vityazev
2021-06-03 21:26 ` [bug#48818] [PATCH 1/2] gnu: Add emacs-flymake-quickdef Alexandr Vityazev
2021-06-03 21:26 ` Alexandr Vityazev [this message]
2021-06-05 12:27   ` bug#48818: [PATCH 2/2] gnu: Add emacs-flymake-kondor Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874keed4hm.fsf@posteo.net \
    --to=avityazev@posteo.org \
    --cc=48818@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).