summaryrefslogtreecommitdiff
path: root/gui-apps/wtype
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/wtype')
-rw-r--r--gui-apps/wtype/Manifest1
-rw-r--r--gui-apps/wtype/wtype-0.3.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/gui-apps/wtype/Manifest b/gui-apps/wtype/Manifest
new file mode 100644
index 0000000..adecebe
--- /dev/null
+++ b/gui-apps/wtype/Manifest
@@ -0,0 +1 @@
+DIST wtype-0.3.tar.gz 8065 BLAKE2B cbf6daa8e47ab7e7f07b750e136a0845821eca217a66a0baf4e65c2aa18ebc2db6ef7301f7547848056440f578570527904134be7da8f86fd838ae086e78aae9 SHA512 dc051a264da0614e697c440068d24dde2a12c039c9b1d8e84b5d419da492792b74a2585a1522276de592866dda79a06249d5e4d665289c66f19b63d49c3dc475
diff --git a/gui-apps/wtype/wtype-0.3.ebuild b/gui-apps/wtype/wtype-0.3.ebuild
new file mode 100644
index 0000000..39ba339
--- /dev/null
+++ b/gui-apps/wtype/wtype-0.3.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=""