unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69440] [PATCH] gnu: Add compdb.
@ 2024-02-27 22:17 Sergio Pastor Pérez
  2024-03-29 12:33 ` bug#69440: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Pastor Pérez @ 2024-02-27 22:17 UTC (permalink / raw)
  To: 69440; +Cc: Sergio Pastor Pérez

* gnu/packages/build-tools.scm (compdb): New variable.

Change-Id: Ia221f21f38e4def239b82654c678fbe42b995878
---
 gnu/packages/build-tools.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 15d88ded80..74e28f0e98 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -667,6 +667,29 @@ (define-public osc
 be reached via direct API calls.")
     (license license:gpl2+)))
 
+(define-public compdb
+  (package
+    (name "compdb")
+    (version "0.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Sarcasm/compdb")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0f4x0gm5n1mr87dx3gzn5da16a1qhd2y3kz22dl5xsd9pd720l4w"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-configparser))
+    (home-page "https://github.com/Sarcasm/compdb")
+    (synopsis "Compilation database Swiss army knife")
+    (description
+     "@command{compdb} is a command line tool to manipulate compilation
+databases.  It eases the usage of tooling in a codebase by spoon-feeding the
+right compilation options.")
+    (license license:expat)))
+
 (define-public compiledb
   (package
     (name "compiledb")

base-commit: c99069e6295d41087ecfc70484f47ff73de5b2c0
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69440: [PATCH] gnu: Add compdb.
  2024-02-27 22:17 [bug#69440] [PATCH] gnu: Add compdb Sergio Pastor Pérez
@ 2024-03-29 12:33 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-03-29 12:33 UTC (permalink / raw)
  To: Sergio Pastor Pérez; +Cc: 69440-done

Hello,

Sergio Pastor Pérez <sergio.pastorperez@outlook.es> writes:

> * gnu/packages/build-tools.scm (compdb): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-29 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27 22:17 [bug#69440] [PATCH] gnu: Add compdb Sergio Pastor Pérez
2024-03-29 12:33 ` bug#69440: " Nicolas Goaziou via Guix-patches via

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).