From bd2c7873be3178619accade4259ba907b6baca46 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 24 May 2023 09:01:51 +0100 Subject: gentoo auto-resync : 24:05:2023 - 09:01:50 --- x11-misc/ydotool/ydotool-1.0.4-r2.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 x11-misc/ydotool/ydotool-1.0.4-r2.ebuild (limited to 'x11-misc/ydotool/ydotool-1.0.4-r2.ebuild') 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 ) -- cgit v1.2.3