app-text/pandoc-crossref-bin - 0.3.23a (stuff)

Search

Package Information

Description:
Pandoc filter for cross-references
Homepage:
https://github.com/lierdakil/pandoc-crossref
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.3.23a 8 -* ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 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-X64.tar.xz -> ${P}.tar.xz"

S="${WORKDIR}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64"

RDEPEND="
|| ( ~app-text/pandoc-bin-3.9 >=app-text/pandoc-3 )
"

src_install() {
	exeinto /usr/bin
	newexe pandoc-crossref pandoc-crossref
	newman pandoc-crossref.1 pandoc-crossref.1
}

Dependencies

RDEPEND

|| ( ~app-text/pandoc-bin-3.9 >=app-text/pandoc-3 )

Manifest for 0.3.23a

Type File Size Source URLs
DIST pandoc-crossref-bin-0.3.23a.tar.xz 7438828 bytes https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.23a/pandoc-crossref-Linux-X64.tar.xz