diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/shellcheck/MAKEPKG | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/shellcheck/MAKEPKG')
| -rw-r--r-- | opt/shellcheck/MAKEPKG | 23 |
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 +} |
