[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: Add libcharon.
From: |
guix-commits |
Subject: |
07/11: gnu: Add libcharon. |
Date: |
Thu, 7 Apr 2022 16:40:22 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 79b50d5d5b465504511d9fbd735e7b3ddb6eb1de
Author: Malte Frank Gerdes <malte.f.gerdes@gmail.com>
AuthorDate: Thu Apr 7 17:21:13 2022 +0200
gnu: Add libcharon.
* gnu/packages/engineering.scm (libcharon): New variable.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/engineering.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 0fadf3e1d1..040c2a3ef0 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3430,3 +3430,27 @@ compiled translations. Prebuilt Firmware files are
removed.")
related desktop applications using PyQt5. It belongs to the Cura project
from Ultimaker.")
(license license:lgpl3+)))
+
+(define-public libcharon
+ (package
+ (name "libcharon")
+ (version "4.13.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Ultimaker/libCharon")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0ibv15y7lfxs09k6rbc3kiaz13gq3v9vqxrk20rqp6bdclk3izff"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ (list python-pytest))
+ (inputs
+ (list python))
+ (home-page "https://github.com/Ultimaker/libCharon")
+ (synopsis "File metadata and streaming library")
+ (description "LibCharon is a Python file metadata and streaming library.
It
+belongs to the Cura project from Ultimaker.")
+ (license license:lgpl3+)))
- branch master updated (7409f246e2 -> b749329888), guix-commits, 2022/04/07
- 01/11: gnu: Add libarcus., guix-commits, 2022/04/07
- 04/11: gnu: Add python-pyinstrument., guix-commits, 2022/04/07
- 06/11: gnu: Add uranium., guix-commits, 2022/04/07
- 11/11: gnu: Add cura., guix-commits, 2022/04/07
- 07/11: gnu: Add libcharon.,
guix-commits <=
- 02/11: gnu: Add cura-engine., guix-commits, 2022/04/07
- 03/11: gnu: Add cura-binary-data., guix-commits, 2022/04/07
- 05/11: gnu: Add python-trimesh., guix-commits, 2022/04/07
- 08/11: gnu: Add libsavitar., guix-commits, 2022/04/07
- 10/11: gnu: Add python-pynest2d., guix-commits, 2022/04/07
- 09/11: gnu: Add libnest2d-for-cura., guix-commits, 2022/04/07