# Template file for 'pandoc' pkgname=pandoc # Keep in sync with http://www.stackage.org/lts version=1.16.0.2 revision=1 _citeproc_version=0.9 build_style=haskell-stack stackage="lts-5.0" make_build_args="--flag pandoc:-old-locale --flag pandoc:embed_data_files" nocross=yes create_wrksrc=yes hostmakedepends="ghc stack hsb2hs" makedepends="zlib-devel" short_desc="Universal converter between markup formats (with citeproc support)" maintainer="Christian Neukirchen " license="GPL-2" homepage="http://johnmacfarlane.net/pandoc/" distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz http://hackage.haskell.org/package/${pkgname}-citeproc-${_citeproc_version}/${pkgname}-citeproc-${_citeproc_version}.tar.gz" checksum="f5f3262ef4574a111936fea0118557c523a8b0eaa7fea84b64b377b20a80f348 ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd" nopie=yes # network-2.6.2.1 build fails with a relocation post_install() { vman pandoc-${version}/man/pandoc.1 vman pandoc-citeproc-${_citeproc_version}/man/man1/pandoc-citeproc.1 vlicense pandoc-${version}/COPYRIGHT LICENSE.pandoc vlicense pandoc-citeproc-${_citeproc_version}/LICENSE LICENSE.pandoc-citeproc }