GNU bug report logs -
#71897
[PATCH 0/9] gnu: telegram-desktop: Update to 5.5.5.
Previous Next
Reported by: dan <i <at> dan.games>
Date: Tue, 2 Jul 2024 05:19:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/cmake.scm (cpm-cmake): New variable.
Change-Id: I3938f1da1513010c8af6bedc2aa26635d43ca7ce
---
gnu/packages/cmake.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 0a9e5ba907..4466c4b91d 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke <at> gnu.org>
;;; Copyright © 2021 Ricardo Wurmus <rekado <at> elephly.net>
;;; Copyright © 2024 John Kehayias <john.kehayias <at> protonmail.com>
+;;; Copyright © 2024 dan <i <at> dan.games>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -39,6 +40,7 @@ (define-module (gnu packages cmake)
#:use-module (guix deprecation)
#:use-module (guix build-system gnu)
#:use-module (guix build-system cmake)
+ #:use-module (guix build-system copy)
#:use-module (guix build-system emacs)
#:use-module ((guix search-paths) #:select ($SSL_CERT_DIR $SSL_CERT_FILE))
#:use-module (gnu packages)
@@ -520,3 +522,26 @@ (define-public tinycmmc
(description "The tinycmmc package contains a small collection of reusable
CMake modules.")
(license license:zlib)))
+
+(define-public cpm-cmake
+ (package
+ (name "cpm-cmake")
+ (version "0.38.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cpm-cmake/CPM.cmake")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1qbbhdq6cz2y7qfyy1k11i98d13s229r3phd5y3n5maq51ky8bgb"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan #~'(("cmake/CPM.cmake" "lib/cmake/CPM.cmake"))))
+ (home-page "https://github.com/cpm-cmake/CPM.cmake")
+ (synopsis "Package manager for CMake")
+ (description "CPM.cmake is a cross-platform CMake script that adds
+dependency management capabilities to CMake.")
+ (license license:expat)))
--
2.45.2
This bug report was last modified 295 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.