gentoo-ebuilds/app-emacs/cdlatex/cdlatex-4.18.5.ebuild
Arsen Arsenović 61ea29f2f0
app-emacs/cdlatex: new package, add 4.18.5
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
2025-01-12 02:13:22 +01:00

27 lines
514 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Fast input methods for LaTeX environments and math"
HOMEPAGE="https://elpa.nongnu.org/nongnu/cdlatex.html"
SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
app-emacs/auctex
"
BDEPEND="${RDEPEND}"
ELISP_REMOVE="${PN}-pkg.el"
SITEFILE="50${PN}-gentoo.el"
src_compile() {
elisp-make-autoload-file
elisp_src_compile
}