void-packages/srcpkgs/shellcheck/template
2021-11-10 01:10:32 +01:00

26 lines
783 B
Bash

# Template file for 'shellcheck'
pkgname=shellcheck
version=0.8.0
revision=1
build_style=haskell-stack
stackage="lts-17.5"
hostmakedepends="pandoc"
short_desc="Static analysis tool for shell scripts"
maintainer="Diogo Leal <diogo@diogoleal.com>"
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
}