dev-tex/git-latexdiff: Add version 20210417
[shuber-gentoo-overlay.git] / dev-tex / git-latexdiff / git-latexdiff-20210417.ebuild
1 # Copyright 2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 COMMIT="34111d8e73b36410642252290324eed9001c7071"
7 DESCRIPTION="A wrapper around git and latexdiff"
8 HOMEPAGE="https://gitlab.com/git-latexdiff/git-latexdiff"
9 SRC_URI="https://gitlab.com/git-latexdiff/git-latexdiff/-/archive/master/git-latexdiff-${COMMIT}.tar.gz"
10
11 LICENSE="BSD"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14
15 DEPEND="
16 dev-tex/latexdiff
17 dev-vcs/git"
18 RDEPEND="${DEPEND}"
19 BDEPEND=""
20
21 S="${WORKDIR}/${PN}-master-${COMMIT}"