aboutsummaryrefslogtreecommitdiff
path: root/extra/shellcheck-bin
diff options
context:
space:
mode:
Diffstat (limited to 'extra/shellcheck-bin')
-rwxr-xr-xextra/shellcheck-bin/build3
-rw-r--r--extra/shellcheck-bin/checksums1
-rw-r--r--extra/shellcheck-bin/sources1
-rw-r--r--extra/shellcheck-bin/version1
4 files changed, 6 insertions, 0 deletions
diff --git a/extra/shellcheck-bin/build b/extra/shellcheck-bin/build
new file mode 100755
index 00000000..3a6a4684
--- /dev/null
+++ b/extra/shellcheck-bin/build
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+install -Dm755 shellcheck "$1/usr/bin/shellcheck"
diff --git a/extra/shellcheck-bin/checksums b/extra/shellcheck-bin/checksums
new file mode 100644
index 00000000..4ce29dfa
--- /dev/null
+++ b/extra/shellcheck-bin/checksums
@@ -0,0 +1 @@
+64f17152d96d7ec261ad3086ed42d18232fcb65148b44571b564d688269d36c8 shellcheck-v0.7.1.linux.x86_64.tar.xz
diff --git a/extra/shellcheck-bin/sources b/extra/shellcheck-bin/sources
new file mode 100644
index 00000000..d4af7551
--- /dev/null
+++ b/extra/shellcheck-bin/sources
@@ -0,0 +1 @@
+https://github.com/koalaman/shellcheck/releases/download/v0.7.1/shellcheck-v0.7.1.linux.x86_64.tar.xz
diff --git a/extra/shellcheck-bin/version b/extra/shellcheck-bin/version
new file mode 100644
index 00000000..1078b9e9
--- /dev/null
+++ b/extra/shellcheck-bin/version
@@ -0,0 +1 @@
+0.7.1 1