GNU bug report logs -
#63294
[PATCH] gnu: Add cpputilities
Previous Next
Reported by: Franz Geffke <franz <at> pantherx.org>
Date: Fri, 5 May 2023 10:25:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 22 Feb 2025 14:51:26 +0100
with message-id <87frk6w0ip.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: Add cpputilities
has caused the debbugs.gnu.org bug report #63294,
regarding [PATCH] gnu: Add cpputilities
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63294: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63294
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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+)))
[Message part 3 (message/rfc822, inline)]
Hello,
> +(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+)))
I renamed package to "cpp-utilities", updated it to 5.27.3 and applied
your patch. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.