app-emacs/avy - 0.5.0 (gentoo)

Search

Package Information

Description:
Jump to arbitrary positions in visible text and quickly select
Homepage:
https://github.com/abo-abo/avy
License:
GPL-3+

Ebuild Details

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

EAPI=8

inherit elisp

DESCRIPTION="Jump to arbitrary positions in visible text and quickly select"
HOMEPAGE="https://github.com/abo-abo/avy"
SRC_URI="https://github.com/abo-abo/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

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

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

src_test() {
	${EMACS} ${EMACSFLAGS} -l avy.el -l avy-test.el \
			 -f ert-run-tests-batch-and-exit || die "tests failed"
}

src_install() {
	elisp-install ${PN} avy.{el,elc}
}

Manifest for 0.5.0

Type File Size Source URLs
DIST avy-0.5.0.tar.gz 27569 bytes https://github.com/abo-abo/avy/archive/refs/tags/0.5.0.tar.gz