18 lines
374 B
Bash
18 lines
374 B
Bash
|
# 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}"
|