* [bug#51481] [PATCH] gnu: Add cl-clinenoise
@ 2021-10-29 14:13 Foo Chuan Wei
2021-10-30 9:13 ` bug#51481: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Foo Chuan Wei @ 2021-10-29 14:13 UTC (permalink / raw)
To: 51481
* gnu/packages/lisp-xyz.scm (cl-clinenoise, ecl-clinenoise,
sbcl-clinenoise): New variables.
---
gnu/packages/lisp-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e4e13b7ed7..3bac98cc25 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18595,3 +18595,34 @@ higher-level lispier interface.")
(define-public ecl-cl-charms
(sbcl-package->ecl-package sbcl-cl-charms))
+
+(define-public sbcl-clinenoise
+ (let ((commit "46e21f99d06a55d93eaa382cf652d55d457032ef")
+ (revision "1"))
+ (package
+ (name "sbcl-clinenoise")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jasom/clinenoise")
+ (commit commit)))
+ (file-name (git-file-name "cl-clinenoise" version))
+ (sha256
+ (base32
+ "0ydlirfk4dbpqqjwwph99v5swcrhd8v9g8q24fvs35wn2vm08lh1"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs `(("alexandria" ,sbcl-alexandria)
+ ("cffi" ,sbcl-cffi)
+ ("split-sequence" ,sbcl-split-sequence)))
+ (home-page "https://github.com/jasom/clinenoise")
+ (synopsis "Straight port of linenoise to Common Lisp")
+ (description
+ "A trivial line-input library for VT-like terminals.")
+ (license license:bsd-2))))
+
+(define-public cl-clinenoise
+ (sbcl-package->cl-source-package sbcl-clinenoise))
+
+(define-public ecl-clinenoise
+ (sbcl-package->ecl-package sbcl-clinenoise))
base-commit: ad39268cdf075f4c4eeb87ed78ce46ca6f817675
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51481: [PATCH] gnu: Add cl-clinenoise
2021-10-29 14:13 [bug#51481] [PATCH] gnu: Add cl-clinenoise Foo Chuan Wei
@ 2021-10-30 9:13 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-10-30 9:13 UTC (permalink / raw)
To: Foo Chuan Wei; +Cc: 51481-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as d7a1eb2a663503954000293b361b835ba8a02ed7.
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-30 9:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-29 14:13 [bug#51481] [PATCH] gnu: Add cl-clinenoise Foo Chuan Wei
2021-10-30 9:13 ` bug#51481: " Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).