[PATCH] gnu: Add compdb.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Sergio Pastor Pérez
Owner
unassigned
Submitted by
Sergio Pastor Pérez
Severity
normal

Debbugs page

S
S
Sergio Pastor Pérez wrote on 27 Feb 14:17 -0800
(address . guix-patches@gnu.org)(name . Sergio Pastor Pérez)(address . sergio.pastorperez@outlook.es)
PAXP251MB03484C3E7307C67EC6E2557AF3592@PAXP251MB0348.EURP251.PROD.OUTLOOK.COM
* gnu/packages/build-tools.scm (compdb): New variable.

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

Toggle diff (38 lines)
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
N
N
Nicolas Goaziou wrote on 29 Mar 05:33 -0700
(name . Sergio Pastor Pérez)(address . sergio.pastorperez@outlook.es)(address . 69440-done@debbugs.gnu.org)
87y1a12p6q.fsf@nicolasgoaziou.fr
Hello,

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

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69440@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69440
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch