app-emacs/htmlize - 1.59 (gentoo)

Search

Package Information

Description:
HTML-ize font-lock buffers in Emacs
Homepage:
https://www.emacswiki.org/emacs/Htmlize https://github.com/hniksic/emacs-htmlize

Ebuild Details

Version EAPI Keywords Slot
1.59 8 amd64 ppc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit elisp

DESCRIPTION="HTML-ize font-lock buffers in Emacs"
HOMEPAGE="https://www.emacswiki.org/emacs/Htmlize
	https://github.com/hniksic/emacs-htmlize"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3

	EGIT_REPO_URI="https://github.com/hniksic/emacs-${PN}"
else
	SRC_URI="https://github.com/hniksic/emacs-${PN}/archive/release/${PV}.tar.gz
		-> ${P}.tar.gz"
	S="${WORKDIR}/${PN}-release-${PV}"

	KEYWORDS="amd64 ppc x86"
fi

LICENSE="GPL-2+"
SLOT="0"

DOCS=( README.md NEWS )
SITEFILE="50${PN}-gentoo.el"

Manifest for 1.59

Type File Size Source URLs
DIST htmlize-1.59.tar.gz 60902 bytes https://github.com/hniksic/emacs-htmlize/archive/release/1.59.tar.gz