summaryrefslogtreecommitdiff
path: root/opt/shellcheck/MAKEPKG
diff options
context:
space:
mode:
Diffstat (limited to 'opt/shellcheck/MAKEPKG')
-rw-r--r--opt/shellcheck/MAKEPKG23
1 files changed, 23 insertions, 0 deletions
diff --git a/opt/shellcheck/MAKEPKG b/opt/shellcheck/MAKEPKG
new file mode 100644
index 0000000..58b4977
--- /dev/null
+++ b/opt/shellcheck/MAKEPKG
@@ -0,0 +1,23 @@
+#!/bin/mkpkg
+# description: Static analysis tool for shell scripts
+# url: https://www.shellcheck.net/
+
+name=shellcheck
+version=0.11.0
+release=1
+source=(https://github.com/koalaman/shellcheck/releases/download/v$version/shellcheck-v$version.linux.x86_64.tar.xz)
+
+sha256sums=(
+ "8c3be12b05d5c177a04c29e3c78ce89ac86f1595681cab149b65b97c4e227198"
+)
+
+build() {
+ cd shellcheck-v$version
+ install -Dm755 shellcheck $PKG/usr/bin/shellcheck
+ #install -Dm644 LICENSE.txt $PKG/usr/share/licenses/$name/LICENSE.txt
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}