summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-shellcheck/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-shellcheck/DETAILS')
-rwxr-xr-xhaskell/haskell-shellcheck/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/haskell/haskell-shellcheck/DETAILS b/haskell/haskell-shellcheck/DETAILS
new file mode 100755
index 0000000000..eee66ded35
--- /dev/null
+++ b/haskell/haskell-shellcheck/DETAILS
@@ -0,0 +1,18 @@
+ XSPELL=shellcheck
+ SPELL=haskell-${XSPELL}
+ VERSION=0.3.8
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://github.com/koalaman/${XSPELL}/archive/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:f86326f3473adcc3783c864ef76739e641e5aa7afa2f231a999c36ec602554b8e4e51334fee5347f135e4346e57d6499dba3921a83e7abef361a053e0967842f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${XSPELL}-${VERSION}"
+ WEB_SITE="http://www.shellcheck.net"
+ LICENSE[0]=GPL
+ ENTERED=20150724
+ SHORT="a static analysis and linting tool for sh/bash scripts"
+cat << EOF
+ShellCheck is a static analysis and linting tool for sh/bash scripts. It's
+mainly focused on handling typical beginner and intermediate level syntax
+errors and pitfalls where the shell just gives a cryptic error message or
+strange behavior, but it also reports on a few more advanced issues where
+corner cases can cause delayed failures.
+EOF