summaryrefslogtreecommitdiff
path: root/pandoc-citeproc-bin/Pkgfile
blob: b428c6ed5322f9eb291d1c5a70174f67801fe7d4 (plain)
    1 # Description: Pandoc Cite Processor - "Bin"-Edition
    2 # URL: https://hackage.haskell.org/package/pandoc-citeproc
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: pandoc-bin
    5 
    6 name=pandoc-citeproc-bin
    7 version=2.9.1
    8 release=1
    9 source=(https://github.com/jgm/pandoc/releases/download/$version/pandoc-${version}-linux-amd64.tar.gz)
   10 
   11 build() {
   12   rm -f pandoc-$version/{bin/pandoc,share/man/man1/pandoc.1.gz}
   13   mkdir $PKG/usr
   14   cp -R pandoc-$version/{bin,share} $PKG/usr
   15 }

Generated by cgit