guru/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild
David Roman be4d9cc092
app-text/pandoc-crossref-bin: fix pandoc deps
Signed-off-by: David Roman <davidroman96@gmail.com>
2024-05-02 22:07:26 +02:00

24 lines
595 B
Bash

# 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"
S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64"
RDEPEND="
|| ( ~app-text/pandoc-bin-3.1.12.3 >=app-text/pandoc-3 )
"
src_install() {
exeinto /usr/bin
newexe pandoc-crossref pandoc-crossref
newman pandoc-crossref.1 pandoc-crossref.1
}