commit:     1eda76a4fd4f0f477a003c28f1e017b625910537
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Apr  1 13:01:57 2024 +0000
Commit:     Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Mon Apr  1 13:04:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1eda76a4

app-text/pandoc-crossref-bin: New package, version 0.3.17.0c

Signed-off-by: Robert Greener <me <AT> r0bert.dev>

 app-text/pandoc-crossref-bin/Manifest              |  1 +
 .../pandoc-crossref-bin-0.3.17.0c.ebuild           | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-text/pandoc-crossref-bin/Manifest 
b/app-text/pandoc-crossref-bin/Manifest
new file mode 100644
index 0000000000..1a19bdde49
--- /dev/null
+++ b/app-text/pandoc-crossref-bin/Manifest
@@ -0,0 +1 @@
+DIST pandoc-crossref-Linux.tar.xz 8697292 BLAKE2B 
c810b593d27acc0899047618a3ee606d55fec2bd2fcf59800135a7b2f1e452ee2ad469a029e703835c8ad883ad2262704dfc2aff6c4ef816b18c3b4c9ebb26b9
 SHA512 
0d3745a584f4dc77b05890a404940c5137eca8bed2007fc814d8e8411c5dbb27753d667fa79588043aa8f2628e7c9fe6a6764816470bcfdc73da04e29c1c75d0

diff --git a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c.ebuild 
b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c.ebuild
new file mode 100644
index 0000000000..193e34eb67
--- /dev/null
+++ b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0c.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";
+
+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
+}

Reply via email to