unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63294] [PATCH] gnu: Add cpputilities
@ 2023-05-05 10:24 Franz Geffke
  0 siblings, 0 replies; only message in thread
From: Franz Geffke @ 2023-05-05 10:24 UTC (permalink / raw)
  To: 63294

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 023d1c0337..c9718e16fc 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2478,3 +2478,23 @@ (define-public ftxui
  @item No dependencies.
  @end itemize")
      (license license:expat)))
+
+(define-public cpputilities
+  (package
+    (name "cpputilities")
+    (version "5.22.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/Martchus/cpp-utilities/archive/refs/tags/v"
+             version ".tar.gz"))
+       (sha256
+        (base32
+         "18mbzw8w0a4l5r0w1fr200m4v8ww65r838618z19v1ymz6aahs7a"))))
+    (build-system cmake-build-system)
+    (home-page "https://github.com/Martchus/cpp-utilities/")
+    (synopsis "Useful C++ classes and routines")
+    (description "Useful C++ classes and routines such as
+argument parser, IO and conversion utilities.")
+    (license license:gpl2+)))




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-05 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 10:24 [bug#63294] [PATCH] gnu: Add cpputilities Franz Geffke

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