app-emacs/edb - 1.34 (gentoo)

Search

Package Information

Description:
EDB, The Emacs Database
Homepage:
https://www.gnuvola.org/software/edb/ https://www.emacswiki.org/emacs/EmacsDataBase
License:
GPL-3+ Texinfo-manual

Ebuild Details

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

EAPI=8

inherit elisp

DESCRIPTION="EDB, The Emacs Database"
HOMEPAGE="https://www.gnuvola.org/software/edb/
	https://www.emacswiki.org/emacs/EmacsDataBase"
SRC_URI="https://www.gnuvola.org/software/edb/${P}.tar.gz"

LICENSE="GPL-3+ Texinfo-manual"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"

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

src_configure() {
	default
}

src_compile() {
	emake -j1
}

src_install() {
	emake -j1 \
		sitelisp="${ED}${SITELISP}" \
		infodir="${ED}/usr/share/info" \
		install
	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	dodoc AUTHORS BUGS ChangeLog HACKING NEWS README THANKS TODO doc/refcard.ps
	dodoc -r examples
}

Manifest for 1.34

Type File Size Source URLs
DIST edb-1.34.tar.gz 616310 bytes https://www.gnuvola.org/software/edb/edb-1.34.tar.gz