summaryrefslogtreecommitdiff
path: root/shellcheck-bin
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-07-02 22:27:29 +0000
committerTim Biermann <tbier@posteo.de>2021-07-02 22:27:29 +0000
commit9f410cf08f2ab6e994afa8579e3a16ea785fda11 (patch)
tree4d8a029abe42ca32d01c1cd6befd2d7adad45e3e /shellcheck-bin
parent420adfa337b9dd829c0c5e2aa583b77238a9ef8c (diff)
downloadcontrib-9f410cf08f2ab6e994afa8579e3a16ea785fda11.tar.gz
contrib-9f410cf08f2ab6e994afa8579e3a16ea785fda11.tar.xz
shellcheck-bin: initial commit, version 0.7.2
Diffstat (limited to 'shellcheck-bin')
-rw-r--r--shellcheck-bin/.footprint3
-rw-r--r--shellcheck-bin/.signature5
-rw-r--r--shellcheck-bin/Pkgfile13
3 files changed, 21 insertions, 0 deletions
diff --git a/shellcheck-bin/.footprint b/shellcheck-bin/.footprint
new file mode 100644
index 000000000..182d88e48
--- /dev/null
+++ b/shellcheck-bin/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxrwxr-x root/root usr/bin/shellcheck
diff --git a/shellcheck-bin/.signature b/shellcheck-bin/.signature
new file mode 100644
index 000000000..4e7462651
--- /dev/null
+++ b/shellcheck-bin/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF333XC4ObyQ9u8Zu4sFG4SeU7NaQcP2O/+mVAl2cD6oCCHiUN06ALzeBH0edOe2P+R98p2HRJJdLWCodwF1NVBQY=
+SHA256 (Pkgfile) = ff88610aa6dd557ba1613f11b004fe977841d0ad8af97524c7a9dc72758dfeec
+SHA256 (.footprint) = 49dae543fc1a2dd7f696a88eda09adacefe2d40527038ddf1248639dfe5da2f1
+SHA256 (shellcheck-v0.7.2.linux.x86_64.tar.xz) = 70423609f27b504d6c0c47e340f33652aea975e45f312324f2dbf91c95a3b188
diff --git a/shellcheck-bin/Pkgfile b/shellcheck-bin/Pkgfile
new file mode 100644
index 000000000..d5787442a
--- /dev/null
+++ b/shellcheck-bin/Pkgfile
@@ -0,0 +1,13 @@
+# Description: finds bugs in your shell scripts
+# URL: https://www.shellcheck.net/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+
+name=shellcheck-bin
+version=0.7.2
+release=1
+source=(https://github.com/koalaman/shellcheck/releases/download/v$version/shellcheck-v$version.linux.x86_64.tar.xz)
+
+build() {
+ cd shellcheck-v$version
+ install -Dm775 shellcheck $PKG/usr/bin/shellcheck
+}

Generated by cgit