ports/contrib (3.6): shellcheck-bin: initial commit, version 0.7.2
commit 9f410cf08f2ab6e994afa8579e3a16ea785fda11 Author: Tim Biermann <tbier@posteo.de> Date: Fri Jul 2 22:27:29 2021 +0000 shellcheck-bin: initial commit, version 0.7.2 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/shellchec...) + +build() { + cd shellcheck-v$version + install -Dm775 shellcheck $PKG/usr/bin/shellcheck +}
participants (1)
-
crux@crux.nu