all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 50847@debbugs.gnu.org
Subject: [bug#50847] [PATCH] gnu: Add ydotool.
Date: Mon, 26 Sep 2022 09:27:03 +0200	[thread overview]
Message-ID: <875yhamw8o.fsf@ngraves.fr> (raw)
In-Reply-To: <87wnn2ruq9.fsf@posteo.org>

* gnu/packages/xdisorg.scm (ydotool): New variable.
---
 gnu/packages/xdisorg.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9908f29191..575c95ff2a 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3163,3 +3163,24 @@ (define-public wlsunset
 light filter or night light.")
     (license license:expat)))

+(define-public ydotool
+  (package
+    (name "ydotool")
+    (version "1.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ReimuNotMoe/ydotool")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1h19dh7kai0iikssr7sq0wfkh0sb18dylyfg7c3dkwc158cdg9cr"))))
+    (build-system cmake-build-system)
+    (arguments '(#:tests? #f))
+    (native-inputs (list scdoc))
+    (home-page "https://github.com/ReimuNotMoe/ydotool")
+    (synopsis "Generic Linux command-line automation tool (no X!)")
+    (description "@code{ydotool} is a Linux command-line tool that simulates
+keyboard input, mouse actions, etc.  programmatically or manually.")
+    (license license:agpl3+)))
--
2.37.3

--
Best regards,
Nicolas Graves




  parent reply	other threads:[~2022-09-26  7:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-27 13:52 [bug#50847] [PATCH 0/5] Add ydotool Alexandr Vityazev
2021-09-27 13:54 ` [bug#50847] [PATCH 1/5] gnu: Add iodash Alexandr Vityazev
2021-09-27 13:54 ` [bug#50847] [PATCH 2/5] gnu: Add libuinputplus Alexandr Vityazev
2021-09-27 13:55 ` [bug#50847] [PATCH 3/5] gnu: Add libevdevplus Alexandr Vityazev
2021-09-27 13:56 ` [bug#50847] [PATCH 4/5] gnu: Add cxxopts-next Alexandr Vityazev
2021-09-27 13:57 ` [bug#50847] [PATCH 5/5] gnu: Add ydotool Alexandr Vityazev
2022-09-26  7:27 ` Nicolas Graves via Guix-patches via [this message]
2022-09-26  8:12   ` [bug#50847] [PATCH] " Nicolas Graves via Guix-patches via
2022-10-13  7:08     ` Andrew Tropin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875yhamw8o.fsf@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=50847@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.