[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61756] [PATCH 5/8] gnu: Add emacs-xcscope.
From: |
Rostislav Svoboda |
Subject: |
[bug#61756] [PATCH 5/8] gnu: Add emacs-xcscope. |
Date: |
Fri, 24 Feb 2023 15:18:16 +0100 |
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a024ddec6a..b444ab0da0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36086,6 +36086,26 @@ (define-public emacs-vertico-posframe
a vertical completion UI.")
(license license:gpl3+)))
+(define-public emacs-xcscope
+ (package
+ (name "emacs-xcscope")
+ (version "1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dkogan/xcscope.el")
+ (commit "d228d7593d762e457340f678d14b663ef66d7cee")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0pr85ywp585imjzswm04647nb4iqqvg8jgmbcs5210qmr9kh0z8d"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/dkogan/xcscope.el")
+ (synopsis "cscope interface for (X)Emacs")
+ (description
+ "cscope interface for (X)Emacs")
+ (license license:gpl3+)))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
--
2.39.1
- [bug#61753] [PATCH 1/8] gnu: Add emacs-font-lock+., Rostislav Svoboda, 2023/02/24
- [bug#61755] [PATCH 4/8] gnu: Add emacs-ace-jump-helm-line., Rostislav Svoboda, 2023/02/24
- [bug#61754] [PATCH 3/8] gnu: Add emacs-ac-ispell., Rostislav Svoboda, 2023/02/24
- [bug#61756] [PATCH 5/8] gnu: Add emacs-xcscope.,
Rostislav Svoboda <=
- [bug#61752] [PATCH 2/8] gnu: Add emacs-cfrs., Rostislav Svoboda, 2023/02/24
- [bug#61759] [PATCH 8/8] gnu: Add emacs-afternoon-theme., Rostislav Svoboda, 2023/02/24
- [bug#61757] [PATCH 6/8] gnu: Add emacs-ac-php., Rostislav Svoboda, 2023/02/24
- [bug#61758] [PATCH 7/8] gnu: Add emacs-cider-eval-sexp-fu., Rostislav Svoboda, 2023/02/24