From 187bf8e140f22294eaeaefaed9ed8497157eda9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 23 Feb 2022 09:58:43 +0100 Subject: gui-apps/wtype: update to version 0.4 --- gui-apps/wtype/wtype-0.4.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gui-apps/wtype/wtype-0.4.ebuild (limited to 'gui-apps/wtype/wtype-0.4.ebuild') diff --git a/gui-apps/wtype/wtype-0.4.ebuild b/gui-apps/wtype/wtype-0.4.ebuild new file mode 100644 index 0000000..39ba339 --- /dev/null +++ b/gui-apps/wtype/wtype-0.4.ebuild @@ -0,0 +1,18 @@ +EAPI=8 + +inherit meson + +DESCRIPTION="xdotool type for wayland" +HOMEPAGE="https://github.com/atx/wtype" +SRC_URI="https://github.com/atx/wtype/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-libs/wayland + x11-libs/libxkbcommon +" +RDEPEND="${DEPEND}" +BDEPEND="" -- cgit v1.2.3