aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lite-xl/lite-xl-2.1.5.ebuild
diff options
context:
space:
mode:
author1024x22024-09-06 23:10:23 +0100
committer1024x22024-09-06 23:14:46 +0100
commit14d3d6b94483018a9b4b64ab41303e6ab5d8572e (patch)
treed2e20ef93ea01f00e60f40ef1d61d1069c6a17fd /app-text/lite-xl/lite-xl-2.1.5.ebuild
parent7af460f02b2f0b2c9e78d4883352e3895585e00a (diff)
app-editors/*: move lite-xl packages to app-editors
I may be stupid.
Diffstat (limited to 'app-text/lite-xl/lite-xl-2.1.5.ebuild')
-rw-r--r--app-text/lite-xl/lite-xl-2.1.5.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-text/lite-xl/lite-xl-2.1.5.ebuild b/app-text/lite-xl/lite-xl-2.1.5.ebuild
deleted file mode 100644
index b32fa1f..0000000
--- a/app-text/lite-xl/lite-xl-2.1.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="A extensible text editor written in C, and Lua, adapted from lite"
-HOMEPAGE="https://lite-xl.com/en/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lite-xl/lite-xl.git"
-else
- SRC_URI="https://github.com/lite-xl/lite-xl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-lang/lua:5.4
- dev-libs/libpcre2
- media-libs/freetype:2
- media-libs/libsdl2[video,threads]
-"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local emesonargs=(
- -Duse_system_lua=true
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- mv "${D}/usr/share/doc/lite-xl" "${D}/usr/share/doc/${P}" || die
-}