New package: shellcheck-0.4.1

This commit is contained in:
Diogo Leal 2015-12-02 08:14:36 -02:00
parent b6cc69de0a
commit 3e2459d3cd
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# Template file for 'shellcheck'
pkgname=shellcheck
version=0.4.1
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/"
distfiles="https://github.com/koalaman/shellcheck/archive/v${version}.tar.gz"
checksum=47518d9024cbd0a15796bc2da3894047b648c9d30605a4e16f3514784e72ec24
nocross=yes
do_build() {
cabal sandbox init
cabal update
cabal install ${makejobs} --only-dependencies
cabal configure
cabal build ${makejobs}
}
do_install() {
vbin dist/build/shellcheck/shellcheck
vdoc shellcheck.1.md
}