diff --git a/gui-apps/wtype/Manifest b/gui-apps/wtype/Manifest new file mode 100644 index 0000000000..e12d182852 --- /dev/null +++ b/gui-apps/wtype/Manifest @@ -0,0 +1 @@ +DIST wtype-0.4.tar.gz 8546 BLAKE2B 90973cf1373795004c7f5ec0f5d20b93896c2a9abab9037edc75b9d4af2a14d2acf8fa22df444ea8cbd6594af396522912dd87fa80dd96c04dbfb206ddec69d1 SHA512 d3441672418868221448675962979738016a9a5a96c61fd41a1e47d0633c8dea500a39c0834280788271abc6a59731692962b566ee9f6e592f00939088409130 diff --git a/gui-apps/wtype/metadata.xml b/gui-apps/wtype/metadata.xml new file mode 100644 index 0000000000..d86f092840 --- /dev/null +++ b/gui-apps/wtype/metadata.xml @@ -0,0 +1,11 @@ + + + + + julien@jroy.ca + Julien Roy + + + atx/wtype + + diff --git a/gui-apps/wtype/wtype-0.4.ebuild b/gui-apps/wtype/wtype-0.4.ebuild new file mode 100644 index 0000000000..09069a93f4 --- /dev/null +++ b/gui-apps/wtype/wtype-0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="xdotool type for wayland" +HOMEPAGE="https://github.com/atx/wtype" +SRC_URI="https://github.com/atx/wtype/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_configure() { + meson_src_configure +}