app-emacs/jinx - 2.8 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/jinx-2.8

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

autounmask =app-emacs/jinx-2.8

Or alternatively:

emerge --autounmask-write -a =app-emacs/jinx-2.8

Package Information

Description:
Enchanted Spell Checker for GNU Emacs
Homepage:
https://github.com/minad/jinx
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
2.8 9 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

NEED_EMACS="29.1"

inherit elisp toolchain-funcs

DESCRIPTION="Enchanted Spell Checker for GNU Emacs"
HOMEPAGE="https://github.com/minad/jinx"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/minad/${PN}"
else
	SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
		-> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

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

RDEPEND="
	>=app-emacs/compat-31.0.0.1
	app-text/enchant:2
"
DEPEND="
	${RDEPEND}
"
BDEPEND="
	virtual/pkgconfig
"

ELISP_TEXINFO="${PN}.texi"
SITEFILE="50${PN}-gentoo.el"

src_compile() {
	edo $(tc-getCC) -fPIC -Wall -Wextra -shared \
		$($(tc-getPKG_CONFIG) --cflags --libs enchant-2) \
		${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o jinx-mod.so jinx-mod.c
	elisp-org-export-to texinfo README.org
	elisp_src_compile
}

src_install() {
	elisp-make-autoload-file
	elisp_src_install
	elisp-modules-install "${PN}" jinx-mod.so
	doinfo jinx.info
}

Inherited Eclasses

Dependencies

DEPEND

	
	>=app-emacs/compat-31.0.0.1
	app-text/enchant:2

RDEPEND

	>=app-emacs/compat-31.0.0.1
	app-text/enchant:2

BDEPEND

	virtual/pkgconfig

Manifest for 2.8

Type File Size Source URLs
DIST jinx-2.8.tar.gz 38285 bytes https://github.com/minad/jinx/archive/refs/tags/2.8.tar.gz