From 016c4dd2d3446a04638201d08b8a05b990e8229c Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Wed, 4 Sep 2024 15:28:47 +0100 Subject: app-text/lite-xl-plugin-manager: new ebuild --- .../lite-xl-plugin-manager-1.2.9.ebuild | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9.ebuild (limited to 'app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9.ebuild') diff --git a/app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9.ebuild b/app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9.ebuild new file mode 100644 index 0000000..0121c70 --- /dev/null +++ b/app-text/lite-xl-plugin-manager/lite-xl-plugin-manager-1.2.9.ebuild @@ -0,0 +1,53 @@ +# 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="" + +RDEPEND=" + sys-libs/zlib +