[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: Add zsh-completions
From: |
guix-commits |
Subject: |
08/08: gnu: Add zsh-completions |
Date: |
Thu, 30 Mar 2023 17:19:36 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit e7558d16479158f893bca7c295986c08c151caa9
Author: Timo Wilken <guix@twilken.net>
AuthorDate: Sat Feb 25 00:05:24 2023 +0100
gnu: Add zsh-completions
* gnu/packages/shellutils.scm (zsh-completions): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/shellutils.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index e758340705..20d246be52 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -222,6 +222,32 @@ in Zsh intelligently.")
as you type.")
(license license:expat)))
+(define-public zsh-completions
+ (package
+ (name "zsh-completions")
+ (version "0.34.0")
+ (home-page "https://github.com/zsh-users/zsh-completions")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0jjgvzj3v31yibjmq50s80s3sqi4d91yin45pvn3fpnihcrinam9"))))
+ (build-system copy-build-system)
+ (arguments
+ '(#:install-plan '(("src/" "share/zsh/site-functions/")
+ ("README.md" "share/doc/zsh-completions/"))))
+ (synopsis "Additional completion definitions for Zsh")
+ (description
+ "This projects aims at gathering/developing new completion scripts that
+are not available in Zsh yet. The scripts may be contributed to the Zsh
+project when stable enough.")
+ (license (license:non-copyleft "file://LICENSE"
+ "Custom BSD-like, permissive, non-copyleft license."))))
+
(define-public zsh-history-substring-search
(package
(name "zsh-history-substring-search")
- branch master updated (42b938ae8c -> e7558d1647), guix-commits, 2023/03/30
- 02/08: gnu: Add suitesparse-3., guix-commits, 2023/03/30
- 01/08: gnu: matio: Add header file., guix-commits, 2023/03/30
- 03/08: gnu: Add scilab., guix-commits, 2023/03/30
- 04/08: system: Remove obsolete GUIX_LOCPATH workaround., guix-commits, 2023/03/30
- 05/08: services: base: Deprecate 'pam-limits-service' procedure., guix-commits, 2023/03/30
- 06/08: services: pam-limits-service-type: Deprecate file-like object support in favour for lists as service value., guix-commits, 2023/03/30
- 08/08: gnu: Add zsh-completions,
guix-commits <=
- 07/08: gnu: Add zsh-history-substring-search, guix-commits, 2023/03/30