# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit lomiri

DESCRIPTION="A collection of add-ons for the CMake build tool."
HOMEPAGE="https://gitlab.com/ubports/development/core/${PN}"
LICENSE="GPL-3"

DEPEND="
    dev-libs/glib
"
RDEPEND="${DEPEND}"

BDEPEND="
    dev-build/cmake
"