x11-misc/ydotool - 1.0.4-r3 (gentoo)

Search

Package Information

Description:
Generic command-line automation tool (no X!)
Homepage:
https://github.com/ReimuNotMoe/ydotool
License:
AGPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.0.4-r3 8 amd64 0
View Raw Ebuild
# Copyright 2023-2025 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 )

Dependencies

BDEPEND

	app-text/scdoc
	virtual/pkgconfig