# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit meson DESCRIPTION="Plugin manager for app-text/lite-xl" HOMEPAGE="https://github.com/lite-xl/lite-xl-plugin-manager" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_SUBMODULES=() EGIT_REPO_URI="https://github.com/lite-xl/lite-xl-plugin-manager.git" else SRC_URI="https://github.com/lite-xl/lite-xl-plugin-manager/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi LICENSE="MIT" SLOT="0" IUSE="+lite-xl" RDEPEND=" sys-libs/zlib