aboutsummaryrefslogtreecommitdiff
path: root/gui-apps
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2021-11-18 22:03:00 -0500
committerJulien Roy <julien@jroy.ca>2021-11-18 22:03:00 -0500
commit6d62ba4fd66f4c306135d0379e44b01eb8c33956 (patch)
tree6a347cd0cbf49396bccd637b318d83e9180e5523 /gui-apps
parent089234c3c5e05d861390d8a26576accba51f5e12 (diff)
downloadMrRoy-Overlay-6d62ba4fd66f4c306135d0379e44b01eb8c33956.tar.gz
MrRoy-Overlay-6d62ba4fd66f4c306135d0379e44b01eb8c33956.tar.bz2
MrRoy-Overlay-6d62ba4fd66f4c306135d0379e44b01eb8c33956.zip
Added waynergy ebuild
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/waynergy/waynergy-9999.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/gui-apps/waynergy/waynergy-9999.ebuild b/gui-apps/waynergy/waynergy-9999.ebuild
new file mode 100644
index 0000000..ea44550
--- /dev/null
+++ b/gui-apps/waynergy/waynergy-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson git-r3
+
+DESCRIPTION="An implementation of a synergy client for wlroots compositors."
+HOMEPAGE="https://github.com/r-c-f/waynergy"
+EGIT_REPO_URI="https://github.com/r-c-f/${PN}.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libretls
+ dev-libs/wayland
+ dev-util/wayland-scanner
+ gui-apps/wl-clipboard
+ gui-libs/wlroots
+ x11-libs/libxkbcommon"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+ meson_src_configure
+}