From 14d3d6b94483018a9b4b64ab41303e6ab5d8572e Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Fri, 6 Sep 2024 23:10:23 +0100 Subject: app-editors/*: move lite-xl packages to app-editors I may be stupid. --- .../lite-xl-plugin-manager-9999.ebuild | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-9999.ebuild (limited to 'app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-9999.ebuild') diff --git a/app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-9999.ebuild b/app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-9999.ebuild new file mode 100644 index 0000000..58991c1 --- /dev/null +++ b/app-editors/lite-xl-plugin-manager/lite-xl-plugin-manager-9999.ebuild @@ -0,0 +1,59 @@ +# 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-editors/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 +