Files
guru/net-misc/wlvncc/wlvncc-9999.ebuild
Lucio Sauer 0578d9adcb net-misc/wlvncc: rename bad filename to ${P}.gh.tar.gz
Misc QA fixes:
- variable order
- inconsistent indentation
- double empty line
- bad usage of static-value variables in repo URL

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-08-19 17:10:56 +02:00

23 lines
410 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 meson
DESCRIPTION="A Wayland Native VNC Client"
HOMEPAGE="https://github.com/any1/wlvncc"
EGIT_REPO_URI="https://github.com/any1/wlvncc"
LICENSE="GPL-2"
SLOT="0"
DEPEND="
dev-libs/wayland-protocols
"
RDEPEND="
dev-libs/aml
x11-libs/libxkbcommon
x11-libs/pixman
dev-libs/wayland
"