app-emacs/diff-hl - 20260328.1925 (melpa)

Search

Install

Install this version:

emerge -a =app-emacs/diff-hl-20260328.1925

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

autounmask =app-emacs/diff-hl-20260328.1925

Or alternatively:

emerge --autounmask-write -a =app-emacs/diff-hl-20260328.1925

Package Information

Description:
Highlight uncommitted changes using VC
Homepage:
https://github.com/dgutov/diff-hl

Ebuild Details

Version EAPI Keywords Slot
20260328.1925 8 ~amd64 ~x86 0
View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REPO_URI="https://melpa.org/packages/"
SOURCE_TYPE="tar"
REALNAME="diff-hl"
DIGEST_SOURCES="yes"

inherit g-sorcery gs-elpa

DESCRIPTION="Highlight uncommitted changes using VC"

HOMEPAGE="https://github.com/dgutov/diff-hl"
SRC_URI="${REPO_URI}${REALNAME}-${PV}.${SUFFIX}"

SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND=""

Inherited Eclasses