dev-python/agate: Bump to 1.13.0
[gentoo/gentoo.git] / x11-misc / ydotool / ydotool-1.0.4-r2.ebuild
blobc0834b3c51a37d5721d1481604bdf2737a2a89ce
1 # Copyright 2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit cmake
8 DESCRIPTION="Generic command-line automation tool (no X!)"
9 HOMEPAGE="https://github.com/ReimuNotMoe/ydotool"
10 SRC_URI="https://github.com/ReimuNotMoe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12 LICENSE="AGPL-3+"
13 SLOT="0"
14 KEYWORDS="amd64"
16 BDEPEND="
17         app-text/scdoc
18         virtual/pkgconfig
21 PATCHES=( "${FILESDIR}"/${PN}-openrc.patch )