# Copyright 2025 illogician <illogician@tutamail.com>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="On-screen keyboard for wlroots that sucks less"
HOMEPAGE="https://github.com/jjsullivan5196/wvkbd"
SRC_URI="https://github.com/jjsullivan5196/wvkbd/archive/refs/tags/v${PV}.tar.gz"

LICENSE="GPL-3 MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"

DEPEND="
	x11-libs/cairo
	x11-libs/pango
	dev-libs/wayland
	x11-libs/libxkbcommon
	"
RDEPEND="${DEPEND}"
BDEPEND="app-text/scdoc"

src_prepare() {
	default
}

src_compile() {
	emake
}

src_install () {
	dobin wvkbd-mobintl
	doman wvkbd.1
}