gentoo/app-emacs/htmlize/htmlize-1.59.ebuild
Arthur Zamarin d5d6dde47c
app-emacs/htmlize: Stabilize 1.59 ALLARCHES, #962621
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-12 11:45:22 +03:00

29 lines
627 B
Bash

# 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"