summaryrefslogtreecommitdiff
path: root/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-24 09:01:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-24 09:01:51 +0100
commitbd2c7873be3178619accade4259ba907b6baca46 (patch)
treea2dd247d39fd3cd02086ae2248b0cd590397320c /x11-misc/ydotool/ydotool-1.0.4-r2.ebuild
parenta5d03e5440b3955446fba6d02de9f53ea4f6efc4 (diff)
gentoo auto-resync : 24:05:2023 - 09:01:50
Diffstat (limited to 'x11-misc/ydotool/ydotool-1.0.4-r2.ebuild')
-rw-r--r--x11-misc/ydotool/ydotool-1.0.4-r2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild b/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild
new file mode 100644
index 000000000000..ff0493be7ad9
--- /dev/null
+++ b/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Generic command-line automation tool (no X!)"
+HOMEPAGE="https://github.com/ReimuNotMoe/ydotool"
+SRC_URI="https://github.com/ReimuNotMoe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ app-text/scdoc
+ virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-openrc.patch )