dev-tex/git-latexdiff: Add version 20210417
[shuber-gentoo-overlay.git] / dev-tex / git-latexdiff / git-latexdiff-20210417.ebuild
diff --git a/dev-tex/git-latexdiff/git-latexdiff-20210417.ebuild b/dev-tex/git-latexdiff/git-latexdiff-20210417.ebuild
new file mode 100644 (file)
index 0000000..3f65890
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT="34111d8e73b36410642252290324eed9001c7071"
+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}"