From: "Léo Le Bouter via Guix-patches via" <guix-patches@gnu.org>
To: 47433@debbugs.gnu.org
Cc: "Léo Le Bouter" <lle-bout@zaclys.net>
Subject: [bug#47433] [PATCH v2 1/2] gnu: Add the-foundation.
Date: Sun, 28 Mar 2021 17:49:42 +0200 [thread overview]
Message-ID: <20210328154943.21575-2-lle-bout@zaclys.net> (raw)
In-Reply-To: <20210328154943.21575-1-lle-bout@zaclys.net>
* gnu/packages/web.scm (the-foundation): New variable.
---
gnu/packages/web.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ae41588037..7896094726 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6639,6 +6639,42 @@ Rust with GTK. It currently supports the Gemini, Gopher and Finger
protocols.")
(license license:expat)))
+(define-public the-foundation
+ (let ((commit "c8bbd0d694578e5277f50f1523315f01ca910ec6"))
+ (package
+ (name "the-foundation")
+ (version (string-take commit 7))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.skyjake.fi/skyjake/the_Foundation")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "169v4n30vfr5hmvv37fccnds1nxhx86h6h428qxkqs2n21f2xb7w"))))
+ (build-system cmake-build-system)
+ (arguments
+ `(;; Tests are not meant to be run automatically for now.
+ ;; See https://codeberg.org/skyjake/the_Foundation/issues/2
+ #:tests? #f))
+ (native-inputs
+ `(("git" ,git-minimal)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("curl" ,curl)
+ ("zlib" ,zlib)
+ ("pcre" ,pcre)
+ ("openssl" ,openssl)
+ ("libunistring" ,libunistring)))
+ (home-page "https://git.skyjake.fi/skyjake/the_Foundation")
+ (synopsis "Opinionated C11 library for low-level functionality")
+ (description "@code{the_Foundation} is a C11 library and a coding
+convention for object-oriented programming that has been designed from the
+point of view of someone who appreciates the user-friendliness of Qt and some
+of the thinking behind C++ STL.")
+ (license license:bsd-2))))
+
(define-public python-py-ubjson
(package
(name "python-py-ubjson")
--
2.31.1
next prev parent reply other threads:[~2021-03-28 15:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-27 13:45 [bug#47433] [PATCH 0/2] gnu: Add lagrange Léo Le Bouter via Guix-patches via
2021-03-27 13:46 ` [bug#47433] [PATCH 1/2] gnu: Add the-foundation Léo Le Bouter via Guix-patches via
2021-03-27 13:46 ` [bug#47433] [PATCH 2/2] gnu: Add lagrange Léo Le Bouter via Guix-patches via
2021-03-27 18:18 ` Leo Famulari
2021-03-27 18:12 ` [bug#47433] [PATCH 1/2] gnu: Add the-foundation Leo Famulari
2021-03-28 15:49 ` [bug#47433] [PATCH v2 0/2] gnu: Add lagrange Léo Le Bouter via Guix-patches via
2021-03-28 15:49 ` Léo Le Bouter via Guix-patches via [this message]
2021-03-28 15:49 ` [bug#47433] [PATCH v2 2/2] " Léo Le Bouter via Guix-patches via
2022-04-07 12:08 ` bug#47433: [PATCH 0/2] " Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210328154943.21575-2-lle-bout@zaclys.net \
--to=guix-patches@gnu.org \
--cc=47433@debbugs.gnu.org \
--cc=lle-bout@zaclys.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).