Search Criteria
Package Details: shellcheck-bin 0.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/shellcheck-bin.git (read-only, click to copy) |
---|---|
Package Base: | shellcheck-bin |
Description: | Shell script analysis tool (binary release, static) |
Upstream URL: | https://shellcheck.net |
Keywords: | shell |
Licenses: | GPL-3.0-only |
Conflicts: | shellcheck, shellcheck-git, shellcheck-git-static |
Provides: | shellcheck |
Submitter: | silvio |
Maintainer: | silvio |
Last Packager: | silvio |
Votes: | 66 |
Popularity: | 3.15 |
First Submitted: | 2022-02-16 07:51 (UTC) |
Last Updated: | 2025-08-04 15:12 (UTC) |
Dependencies (0)
Required by (93)
- actionlint-git (requires shellcheck) (optional)
- alidistlint (requires shellcheck)
- archiso-git (requires shellcheck) (check)
- aura (requires shellcheck) (optional)
- aura-bin (requires shellcheck) (optional)
- aura-git (requires shellcheck) (optional)
- aursec (requires shellcheck) (check)
- aursec-git (requires shellcheck) (check)
- aursec-tui (requires shellcheck) (check)
- aursec-tui-git (requires shellcheck) (check)
- bdebstrap (requires shellcheck) (check)
- bellybutton (requires shellcheck)
- bellybutton (requires shellcheck) (optional)
- core-lightning (requires shellcheck) (optional)
- cross-install (requires shellcheck) (make)
- cross-install-git (requires shellcheck) (check)
- cryptographic-id-rs (requires shellcheck) (check)
- devtools-doas (requires shellcheck) (make)
- domake (requires shellcheck) (check)
- domake-docker-make (requires shellcheck) (check)
- Show 73 more...
Sources (3)
- https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.aarch64.tar.xz
- https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.armv6hf.tar.xz
- https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.x86_64.tar.xz
Latest Comments
Hanabishi commented on 2025-08-04 15:29 (UTC)
@silvio, hmm, yeah, in this case the binary is not modified as it's already stripped. Adding the line is still useful though, it makes process a bit faster by skipping unnecessary stripping step.
@marmis, not really possible to make it strip compiled binaries, but at the same time do not touch prebuilt deliverables.
marmis commented on 2025-08-04 15:19 (UTC)
@Hanabishi That should go to your /etc/makepkg.conf, so each user has the option to choose if binaries are stripped or not.
silvio commented on 2025-08-04 15:16 (UTC)
@Hanabishi: Good idea, but the binary from github is already stripped...
Hanabishi commented on 2025-08-04 08:34 (UTC)
Consider adding
options=(!strip)
, so the binary would stay unmodified and verifiable against upstream.watham commented on 2024-07-21 22:59 (UTC)
Thank you for removing the blight/constant updates of Haskell and a million libraries!
AlphaJack commented on 2024-02-27 13:31 (UTC)
Like
pandoc
andpandoc-bin
, the difference between this package andshellcheck
available in the official repo, is thatshellcheck-bin
does not need external dependencies at runtimesilvio commented on 2023-12-27 19:14 (UTC)
@cherkabe There is no new version of shellcheck out. See here: https://github.com/koalaman/shellcheck/releases
cherkaba commented on 2023-12-27 17:40 (UTC)
is it possible to update the .bin? thanx for your job & maintain it
willemw commented on 2022-04-07 07:30 (UTC)
conflicts=("shellcheck")
is sufficient.Strykar commented on 2022-03-25 00:26 (UTC)
Will this require a rebuild every time the Haskell deps are updated?