GNU bug report logs - #63294
[PATCH] gnu: Add cpputilities

Previous Next

Package: guix-patches;

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


Message #10 received at 63294-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 63294-done <at> debbugs.gnu.org
Cc: Franz Geffke <franz <at> pantherx.org>
Subject: Re: [PATCH] gnu: Add cpputilities
Date: Sat, 22 Feb 2025 14:51:26 +0100
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.