# Maintainer: eNV25 # previous maintainer did not leave his email pkgname=pandoc-crossref-bin pkgver=0.3.14.0 _pkgver="$pkgver" pkgrel=1 _pandoc_pkgver=2.19.2 pkgdesc="Pandoc filter for cross-references - executable only" url="https://hackage.haskell.org/package/pandoc-crossref" license=("GPL2") arch=('x86_64') conflicts=("pandoc-crossref") provides=("pandoc-crossref") replaces=("haskell-pandoc-crossref-bin" 'pandoc-crossref-static' 'pandoc-crossref-lite') depends=("pandoc>=${_pandoc_pkgver}") source=( "pandoc-crossref-${_pkgver}.tar.xz::https://github.com/lierdakil/pandoc-crossref/releases/download/v${_pkgver}/pandoc-crossref-Linux.tar.xz" ) sha256sums=('9ad4aff57d58198b9d97fef71319c5b060ebcfc570055d87aa95b4117b40db56') package() { cd "${srcdir}" install -Dm755 pandoc-crossref -t "${pkgdir}/usr/bin/" install -Dm644 pandoc-crossref.1 -t "${pkgdir}/usr/share/man/man1/" }