logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

wayvnc-9999.ebuild (511B)


  1. # Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. inherit meson git-r3
  5. DESCRIPTION="VNC server for wlroots based Wayland compositors"
  6. HOMEPAGE="https://github.com/any1/wayvnc"
  7. EGIT_REPO_URI="https://github.com/any1/wayvnc.git"
  8. LICENSE="ISC"
  9. SLOT="0"
  10. KEYWORDS="~amd64"
  11. DEPEND="
  12. media-libs/mesa:=
  13. dev-libs/aml:=
  14. dev-libs/libuv:=
  15. x11-libs/libxkbcommon:=
  16. net-misc/neatvnc:=
  17. x11-libs/pixman:=
  18. "
  19. RDEPEND="${DEPEND}"