mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
shellcheck: update to 0.7.0
This commit is contained in:
parent
b636850ab0
commit
fa36b6e7d8
1 changed files with 10 additions and 5 deletions
|
@ -1,18 +1,23 @@
|
||||||
# Template file for 'shellcheck'
|
# Template file for 'shellcheck'
|
||||||
pkgname=shellcheck
|
pkgname=shellcheck
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-13.2"
|
stackage="lts-13.26"
|
||||||
|
hostmakedepends="pandoc"
|
||||||
short_desc="Static analysis tool for shell scripts"
|
short_desc="Static analysis tool for shell scripts"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.shellcheck.net/"
|
homepage="https://www.shellcheck.net/"
|
||||||
distfiles="https://github.com/koalaman/shellcheck/archive/v${version}.tar.gz"
|
distfiles="https://github.com/koalaman/shellcheck/archive/v${version}.tar.gz"
|
||||||
checksum=78f90aa8e618dc468bc1c36b6929216dc7a0c2679cd157e50919f7d8cc1899bc
|
checksum=946cf3421ffd418f0edc380d1184e4cb08c2ec7f098c79b1c8a2c482fe91d877
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie_files="/usr/bin/shellcheck"
|
nopie_files="/usr/bin/shellcheck"
|
||||||
|
|
||||||
post_install() {
|
pre_configure() {
|
||||||
vdoc shellcheck.1.md
|
pandoc -s -t man shellcheck.1.md -o shellcheck.1
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc shellcheck.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue