kde-misc/kate-jinja2-highlighting - 20250808 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =kde-misc/kate-jinja2-highlighting-20250808

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =kde-misc/kate-jinja2-highlighting-20250808

Or alternatively:

emerge --autounmask-write -a =kde-misc/kate-jinja2-highlighting-20250808

Package Information

Description:
Improved Jinja2 syntax highlighting for Kate.
Homepage:
https://github.com/Pitmairen/kate-jinja2-highlighting
License:
LGPL-3+

Ebuild Details

Version EAPI Keywords Slot
20250808 8 ~amd64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Improved Jinja2 syntax highlighting for Kate."
HOMEPAGE="https://github.com/Pitmairen/kate-jinja2-highlighting"
SHA="c2303efe71869051fa7edaa106839b5acb57227c"
SRC_URI="https://github.com/Pitmairen/${PN}/archive/${SHA}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${SHA}"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"

src_install() {
	insinto /usr/share/org.kde.syntax-highlighting/syntax
	doins ./*.xml
	einstalldocs
}

Manifest for 20250808

Type File Size Source URLs
DIST kate-jinja2-highlighting-20250808.tar.gz 41922 bytes https://github.com/Pitmairen/kate-jinja2-highlighting/archive/c2303efe71869051fa7edaa106839b5acb57227c.tar.gz