commit: a322748a81fc9f864ff1f0185e87f36b73f337c7 Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com> AuthorDate: Wed Aug 14 19:41:02 2024 +0000 Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com> CommitDate: Wed Aug 14 19:41:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a322748a
net-misc/wlvncc: new package, add 9999 Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com> net-misc/wlvncc/metadata.xml | 12 ++++++++++++ net-misc/wlvncc/wlvncc-9999.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/net-misc/wlvncc/metadata.xml b/net-misc/wlvncc/metadata.xml new file mode 100644 index 000000000..d290a7884 --- /dev/null +++ b/net-misc/wlvncc/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Dale Sweeney</name> + <email>[email protected]</email> + </maintainer> + <upstream> + <remote-id type="github">any1/wlvncc</remote-id> + <bugs-to>https://github.com/any1/wlvncc/issues</bugs-to> + </upstream> +</pkgmetadata> diff --git a/net-misc/wlvncc/wlvncc-9999.ebuild b/net-misc/wlvncc/wlvncc-9999.ebuild new file mode 100644 index 000000000..871ffe385 --- /dev/null +++ b/net-misc/wlvncc/wlvncc-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 meson + +EGIT_REPO_URI="https://github.com/any1/wlvncc" + +DESCRIPTION="A Wayland Native VNC Client" +HOMEPAGE="https://github.com/any1/wlvncc" +LICENSE="GPL-2" +SLOT="0" + +RDEPEND=" + dev-libs/aml + x11-libs/libxkbcommon + x11-libs/pixman + dev-libs/wayland +" +BDEPEND=" + dev-libs/wayland-protocols +" + +src_configure() { + meson_src_configure +} + +src_install() { + meson_src_install +}
