diff options
| author | mac <ra@afu.re> | 2025-08-15 08:47:46 -0400 |
|---|---|---|
| committer | mac <ra@afu.re> | 2025-08-15 08:47:46 -0400 |
| commit | 54f2198b3c279e02aafb97725c25fcace5a7728b (patch) | |
| tree | 3cc4f66ba03c21376e7fc53f4f8d4e0070c269d5 /gui-apps/wtype/wtype-0.4.ebuild | |
| parent | 5f34ab84c9fedf55d106ea507310beb791bccc72 (diff) | |
add gui-apps/wtype-0.4.ebuild
Diffstat (limited to 'gui-apps/wtype/wtype-0.4.ebuild')
| -rw-r--r-- | gui-apps/wtype/wtype-0.4.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gui-apps/wtype/wtype-0.4.ebuild b/gui-apps/wtype/wtype-0.4.ebuild new file mode 100644 index 0000000..cd51d0f --- /dev/null +++ b/gui-apps/wtype/wtype-0.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 2021 Aisha Tammy +# Distributed under the terms of the ISC License + +EAPI=8 + +inherit meson + +DESCRIPTION="xdotool type for wayland" +HOMEPAGE="https://github.com/atx/wtype" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/atx/wtype" +else + SRC_URI="https://github.com/atx/wtype/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" + +DEPEND=" + dev-libs/wayland:= + x11-libs/libxkbcommon +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/wayland-protocols + virtual/pkgconfig +" |
