* [bug#51181] [PATCH] gnu: Add cl-linedit
@ 2021-10-13 12:54 Foo Chuan Wei
2021-10-15 9:18 ` bug#51181: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Foo Chuan Wei @ 2021-10-13 12:54 UTC (permalink / raw)
To: 51181
* gnu/packages/lisp-xyz.scm (cl-linedit, ecl-linedit, sbcl-linedit):
New variables.
---
gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 29d79e481e..a43fb672c9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -19072,3 +19072,36 @@ libyaml.")
(define-public ecl-cl-yaml
(sbcl-package->ecl-package sbcl-cl-yaml))
+
+(define-public sbcl-linedit
+ (let ((commit "0561c97dfca2f5854fcc66558a567a9875ddcb8f")
+ (revision "1"))
+ (package
+ (name "sbcl-linedit")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sharplispers/linedit")
+ (commit commit)))
+ (file-name (git-file-name "cl-linedit" version))
+ (sha256
+ (base32
+ "0hhh7xn6q12rviayfihg1ym6x6csa0pdjgb88ykqbrz2rs3pgpz5"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs `(("alexandria" ,sbcl-alexandria)
+ ("cffi" ,sbcl-cffi)
+ ("osicat" ,sbcl-osicat)
+ ("terminfo" ,sbcl-terminfo)))
+ (home-page "https://github.com/sharplispers/linedit")
+ (synopsis "Readline-style line-editor for Common Lisp")
+ (description
+ "Linedit is a readline-style library written in Common Lisp that
+provides customizable line-editing for Common Lisp programs.")
+ (license license:expat))))
+
+(define-public cl-linedit
+ (sbcl-package->cl-source-package sbcl-linedit))
+
+(define-public ecl-linedit
+ (sbcl-package->ecl-package sbcl-linedit))
base-commit: 038dec75e75b6ca4abbca486b723a39664db4036
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51181: [PATCH] gnu: Add cl-linedit
2021-10-13 12:54 [bug#51181] [PATCH] gnu: Add cl-linedit Foo Chuan Wei
@ 2021-10-15 9:18 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-10-15 9:18 UTC (permalink / raw)
To: Foo Chuan Wei; +Cc: 51181-done
[-- Attachment #1: Type: text/plain, Size: 125 bytes --]
Patch pushed as bdbd9e504c4bccd1c267d13854c0dd6df732e436 with a fixed
version number (that I found in the asd file).
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-15 9:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-13 12:54 [bug#51181] [PATCH] gnu: Add cl-linedit Foo Chuan Wei
2021-10-15 9:18 ` bug#51181: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.