app-emacs/boxquote - 2.3 (gentoo)

Search

Package Information

Description:
Quote text with a semi-box
Homepage:
http://www.davep.org/emacs/
License:
GPL-3+

Ebuild Details

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

EAPI=8

inherit elisp

DESCRIPTION="Quote text with a semi-box"
HOMEPAGE="http://www.davep.org/emacs/"
SRC_URI="https://github.com/davep/${PN}.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"

S="${WORKDIR}/${PN}.el-${PV}"
SITEFILE="50${PN}-gentoo.el"
DOCS="README.md"

src_compile() {
	elisp-compile *.el
	elisp-make-autoload-file
}

Manifest for 2.3

Type File Size Source URLs
DIST boxquote-2.3.tar.gz 17408 bytes https://github.com/davep/boxquote.el/archive/v2.3.tar.gz