app-emacs/dirvish - 2.0.53 (graaff)

Search

Install

Install this version:

emerge -a =app-emacs/dirvish-2.0.53

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

autounmask =app-emacs/dirvish-2.0.53

Or alternatively:

emerge --autounmask-write -a =app-emacs/dirvish-2.0.53

Package Information

Description:
A polished Dired with batteries included
Homepage:
https://github.com/alexluigit/dirvish
License:
GPL-3

Ebuild Details

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

EAPI=8
NEED_EMACS=27.1

inherit elisp

IUSE=""

DESCRIPTION="A polished Dired with batteries included"
HOMEPAGE="https://github.com/alexluigit/dirvish"
SRC_URI="https://github.com/alexluigit/dirvish/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/dirvish-${PV}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

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

RDEPEND="
	>=app-emacs/transient-0.3.7
	sys-apps/coreutils
"

# Depends on Cask
RESTRICT="test"

DOCS="README.org docs"

src_prepare() {
	elisp_src_prepare

	mv extensions/*.el .
}

Inherited Eclasses

Dependencies

RDEPEND

	>=app-emacs/transient-0.3.7
	sys-apps/coreutils

Manifest for 2.0.53

Type File Size Source URLs
DIST dirvish-2.0.53.tar.gz 91229 bytes https://github.com/alexluigit/dirvish/archive/2.0.53.tar.gz