summaryrefslogtreecommitdiff
path: root/gui-apps/wtype/wtype-0.3.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-01-08 15:26:11 +0100
committerKarel Kočí <cynerd@email.cz>2022-01-08 15:26:11 +0100
commit37f95aceaad6eb650094d33b437d6846b25590eb (patch)
tree31baf4aaffe2911de86111e567409eb1a301711c /gui-apps/wtype/wtype-0.3.ebuild
parente29116022f8e8b2f2a3f4b335bde9ea534e47781 (diff)
downloadgentoo-personal-overlay-37f95aceaad6eb650094d33b437d6846b25590eb.tar.gz
gentoo-personal-overlay-37f95aceaad6eb650094d33b437d6846b25590eb.tar.bz2
gentoo-personal-overlay-37f95aceaad6eb650094d33b437d6846b25590eb.zip
profiles/desktop/wayland: add rofimoji
Diffstat (limited to 'gui-apps/wtype/wtype-0.3.ebuild')
-rw-r--r--gui-apps/wtype/wtype-0.3.ebuild18
1 files changed, 18 insertions, 0 deletions
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=""