shellcheck: update to 0.5.0.
This commit is contained in:
parent
c6cb8e1908
commit
dc096b1afe
1 changed files with 8 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'shellcheck'
|
||||
pkgname=shellcheck
|
||||
version=0.4.7
|
||||
version=0.5.0
|
||||
revision=1
|
||||
hostmakedepends="cabal-install"
|
||||
short_desc="A static analysis tool for shell scripts"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.shellcheck.net/"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.shellcheck.net/"
|
||||
distfiles="https://github.com/koalaman/shellcheck/archive/v${version}.tar.gz"
|
||||
checksum=3fd7ebec821b96585ba9137b7b8c7bd9410876490f4ec89f2cca9975080a8206
|
||||
checksum=348a3f7892c1f28a44f188c00ac82f1b3bf899d9f81d14ddb0e306db26c937bb
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
|
@ -20,6 +20,10 @@ do_build() {
|
|||
cabal build ${makejobs}
|
||||
}
|
||||
|
||||
do_check() {
|
||||
cabal test
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin dist/build/shellcheck/shellcheck
|
||||
vdoc shellcheck.1.md
|
||||
|
|
Loading…
Reference in a new issue