app-emacs/joplin-mode - 202401009.2024 (gentoo)

Search

Package Information

Description:
GNU Emacs client for accessing Joplin notes
Homepage:
https://github.com/cinsk/joplin-mode/

Ebuild Details

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

EAPI=9

[[ ${PV} == 202401009.2024 ]] && COMMIT=08d68e776eaf46b59f9b00bce0a40e52b7e406c7

inherit elisp

DESCRIPTION="GNU Emacs client for accessing Joplin notes"
HOMEPAGE="https://github.com/cinsk/joplin-mode/"

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

	EGIT_REPO_URI="https://github.com/cinsk/${PN}"
else
	SRC_URI="https://github.com/cinsk/${PN}/archive/${COMMIT}.tar.gz
		-> ${P}.gh.tar.gz"
	S="${WORKDIR}/${PN}-${COMMIT}"

	KEYWORDS="~amd64 ~x86"
fi

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

RDEPEND="
	app-emacs/markdown-mode
"
BDEPEND="
	${RDEPEND}
"

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

src_compile() {
	elisp_src_compile
	elisp-make-autoload-file
}

Dependencies

RDEPEND

	app-emacs/markdown-mode

BDEPEND

	
	app-emacs/markdown-mode

Manifest for 202401009.2024

Type File Size Source URLs
DIST joplin-mode-202401009.2024.gh.tar.gz 35830 bytes https://github.com/cinsk/joplin-mode/archive/${COMMIT}.tar.gz