unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46880] [PATCH] - added tooter library.
@ 2021-03-02 20:31 cage
  2021-03-03  8:55 ` bug#46880: " Guillaume Le Vaillant
  0 siblings, 1 reply; 3+ messages in thread
From: cage @ 2021-03-02 20:31 UTC (permalink / raw)
  To: 46880

---
 gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 12852f7eb7..15919dc8d8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14680,3 +14680,37 @@ attributes not supported by the Common Lisp standard functions.")
 
 (define-public cl-file-attributes
   (sbcl-package->cl-source-package sbcl-file-attributes))
+
+(define-public sbcl-tooter
+  (let ((commit "b8d4b245b1d946bc9da6f51a3d8c2dc43e4d3868")
+        (revision "1"))
+    (package
+      (name "sbcl-tooter")
+      (version (git-version "1.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Shinmera/tooter")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0g40dlis4dbw4p3zxz3scx27b9zm8zlzihywapf5zqrdqfx5hpq9"))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       '(#:asd-systems '("tooter")))
+      (inputs
+       `(("sbcl-yason"                ,sbcl-yason)
+         ("sbcl-cl-ppcre"             ,sbcl-cl-ppcre)
+         ("sbcl-drakma"               ,sbcl-drakma)
+         ("sbcl-documentation-utils"  ,sbcl-documentation-utils)))
+      (synopsis "Common Lisp client library for Mastodon instances")
+      (description "A Common Lisp client library for Mastodon instances.")
+      (home-page "https://shinmera.github.io/tooter/")
+      (license license:zlib))))
+
+(define-public ecl-tooter
+  (sbcl-package->ecl-package sbcl-tooter))
+
+(define-public cl-tooter
+  (sbcl-package->cl-source-package sbcl-tooter))
-- 
2.30.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#46880: [PATCH] - added tooter library.
  2021-03-02 20:31 [bug#46880] [PATCH] - added tooter library cage
@ 2021-03-03  8:55 ` Guillaume Le Vaillant
  2021-03-03 14:02   ` [bug#46880] " cage
  0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Le Vaillant @ 2021-03-03  8:55 UTC (permalink / raw)
  To: cage; +Cc: 46880-done

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

Patch pushed as 9e76de0460a02c4129bec9a9e44b4a9c93e090a1 with some
modifications.
I put "Cage <cage-dev@twistfold.it>" in the copyright line; tell me if
you want to change it.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#46880] [PATCH] - added tooter library.
  2021-03-03  8:55 ` bug#46880: " Guillaume Le Vaillant
@ 2021-03-03 14:02   ` cage
  0 siblings, 0 replies; 3+ messages in thread
From: cage @ 2021-03-03 14:02 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 46880-done, cage

On Wed, Mar 03, 2021 at 09:55:58AM +0100, Guillaume Le Vaillant wrote:

Hi!

> Patch pushed as 9e76de0460a02c4129bec9a9e44b4a9c93e090a1 with some
> modifications.
> I put "Cage <cage-dev@twistfold.it>" in the copyright line; tell me if
> you want to change it.

This line is fine for me! Thank you, i forgot to add it in the patch.

Bye!
C.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-03 14:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-02 20:31 [bug#46880] [PATCH] - added tooter library cage
2021-03-03  8:55 ` bug#46880: " Guillaume Le Vaillant
2021-03-03 14:02   ` [bug#46880] " cage

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).