dev-tex/git-latexdiff: Add version 20201119
[shuber-gentoo-overlay.git] / dev-tex / git-latexdiff / git-latexdiff-20201119.ebuild
diff --git a/dev-tex/git-latexdiff/git-latexdiff-20201119.ebuild b/dev-tex/git-latexdiff/git-latexdiff-20201119.ebuild
new file mode 100644 (file)
index 0000000..38ef1be
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT="70c0b11b58ca368f10babc3f64ee84ceaa7b9924"
+DESCRIPTION="A wrapper around git and latexdiff"
+HOMEPAGE="https://gitlab.com/git-latexdiff/git-latexdiff"
+SRC_URI="https://gitlab.com/git-latexdiff/git-latexdiff/-/archive/master/git-latexdiff-${COMMIT}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+       dev-tex/latexdiff
+       dev-vcs/git"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${PN}-master-${COMMIT}"
+PATCHES="${FILESDIR}/Makefile-distdir.patch"