diff options
author | Robert Greener <me@r0bert.dev> | 2024-04-01 14:12:41 +0100 |
---|---|---|
committer | Robert Greener <me@r0bert.dev> | 2024-04-01 14:19:16 +0100 |
commit | beeca84794c6927351100d40fadc4273d773664d (patch) | |
tree | bf6f3e2b34f6c730cda4811a11f24bbe4ed4b4dd /app-text | |
parent | app-text/pandoc-crossref-bin: New version v0.3.17.0f (diff) | |
download | guru-beeca84794c6927351100d40fadc4273d773664d.tar.gz guru-beeca84794c6927351100d40fadc4273d773664d.tar.bz2 guru-beeca84794c6927351100d40fadc4273d773664d.zip |
app-text/pandoc-crossref-bin: New revision v0.3.17.0c-r1
Avoid conflict in manifest on package name
Signed-off-by: Robert Greener <me@r0bert.dev>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c-r1.ebuild b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c-r1.ebuild new file mode 100644 index 000000000..89b7c5250 --- /dev/null +++ b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +DESCRIPTION="Pandoc filter for cross-references" + +HOMEPAGE="https://github.com/lierdakil/pandoc-crossref" + + +SRC_URI="https://github.com/lierdakil/pandoc-crossref/releases/download/v${PV}/pandoc-crossref-Linux.tar.xz -> ${P}.tar.xz" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="-* ~amd64" +S=${WORKDIR} + +RDEPEND=" +|| ( =app-text/pandoc-bin-3.1.12.1 =app-text/pandoc-3.1.12.1 ) +!dev-haskell/pandoc-crossref +" + +src_install() { + exeinto /usr/bin + newexe ${WORKDIR}/pandoc-crossref pandoc-crossref + newman ${WORKDIR}/pandoc-crossref.1 pandoc-crossref.1 +} |