# Template file for 'pandoc' pkgname=pandoc # Keep in sync with http://www.stackage.org/lts version=1.19.2.4 revision=1 _citeproc_version=0.10.5.1 build_style=haskell-stack stackage="lts-9.5" make_build_args="--flag pandoc:-old-locale --flag pandoc:embed_data_files --flag pandoc-citeproc:embed_data_files" nocross=yes create_wrksrc=yes hostmakedepends="hsb2hs" makedepends="zlib-devel" short_desc="Universal converter between markup formats (with citeproc support)" maintainer="Leah 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="bbe08c1f7fcfea98b899f9956c04159d493a26f65d3350aa6579aa5b93203556 49038b80ad802098169852b0bc7fc7c9878a85a9091eee4c32211844fecda783" 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 }