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 | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/shellcheck')
| -rw-r--r-- | opt/shellcheck/.footprint | 3 | ||||
| -rw-r--r-- | opt/shellcheck/.signature | 6 | ||||
| -rw-r--r-- | opt/shellcheck/MAKEPKG | 23 |
3 files changed, 32 insertions, 0 deletions
diff --git a/opt/shellcheck/.footprint b/opt/shellcheck/.footprint new file mode 100644 index 0000000..88df282 --- /dev/null +++ b/opt/shellcheck/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/shellcheck diff --git a/opt/shellcheck/.signature b/opt/shellcheck/.signature new file mode 100644 index 0000000..51ce3bf --- /dev/null +++ b/opt/shellcheck/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mAQNPVljGUbAYRsJSvlGnaxwp2fk+otegYbe7C+0QN6sjwNaGJiSqilLdmcKkOdtRWDroD7sND7kpbV7CkJdcAU= + +SHA256 (MAKEPKG) = bb00f4d414934c3212db757809b66fe04e3d6bbdde291466258c8cbb9092dfb4 +SHA256 (.footprint) = 07c5051f3e9101103e33fbb08e7b9e3da799b9ed1a226b971b2ac28e4d91df76 +SHA256 (shellcheck-v0.11.0.linux.x86_64.tar.xz) = 8c3be12b05d5c177a04c29e3c78ce89ac86f1595681cab149b65b97c4e227198 +SHA256 (shellcheck#0.11.0-1.pkg.tar.gz) = 617ab4567ecbe7cf92d2fbfa2895fa63b25c7a6381193f4c93f9e7138c219186 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 +} |
