# Template file for 'shellcheck' pkgname=shellcheck version=0.8.0 revision=3 build_style=haskell-stack stackage="lts-19.0" hostmakedepends="pandoc" short_desc="Static analysis tool for shell scripts" maintainer="Diogo Leal " license="GPL-3.0-or-later" homepage="https://www.shellcheck.net/" distfiles="https://github.com/koalaman/shellcheck/archive/v${version}.tar.gz" checksum=dad3a2140389f5032996e6d381a47074ddbad6e5d9155f72ef732952c8861a3b nocross=yes nopie_files="/usr/bin/shellcheck" pre_configure() { pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1 pandoc -s -f markdown-smart -t html5 -o README.html README.md } post_install() { vdoc README.html vman shellcheck.1 cp -r ${wrksrc}/doc ${PKGDESTDIR}/usr/share/doc/${pkgname}/doc }