guix-kakafarm-channel

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit b41d702966973b584cb7ee70b5b44cb8faf87a62
parent 3f6cce6d01b24018cf1ea458abe02dc8fc10d0d2
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed, 29 Nov 2023 23:25:45 +0200

Add proper synopsis and description to guile-clipboard-speaker.

Diffstat:
Mguile-clipboard-speaker.scm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guile-clipboard-speaker.scm b/guile-clipboard-speaker.scm @@ -62,8 +62,8 @@ ,(string-append guile-srfi-145 go) ,(string-append guile-srfi-180 go)))))))))) (home-page git-repository-url) - (synopsis "Hello, GNU world: An example GNU package") - (description "Guess what GNU Hello prints!") + (synopsis "Accessibility tool that reads the contents of your clipboard buffer.") + (description "This package installs the clipboard-speaker executable. An accessibility tool that reads the contents of the clipboard. I can read the current selection or the clipboard. Select a bunch of text, press a keybinding / shortcut you've set in the windows manager, and clipboard-speaker would read that aloud.") (license license:agpl3+)))) ;; This allows you to run guix shell -f example.scm.