dev-util/highlight-diffpatch - 9999 (tastytea)

Search

Install

Install this version:

emerge -a =dev-util/highlight-diffpatch-9999

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

autounmask =dev-util/highlight-diffpatch-9999

Or alternatively:

emerge --autounmask-write -a =dev-util/highlight-diffpatch-9999

Package Information

Description:
Highlight diff-ed patches
Homepage:
https://schlomp.space/tastytea/highlight-diffpatch
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="Highlight diff-ed patches"
HOMEPAGE="https://schlomp.space/tastytea/highlight-diffpatch"
EGIT_REPO_URI="https://schlomp.space/tastytea/highlight-diffpatch.git"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS=""

RDEPEND=""
DEPEND="${RDEPEND}"

Inherited Eclasses