Added shellcheck-bin to base and refreshed base buildlist
This commit is contained in:
parent
6c3f2af703
commit
bcd911eea9
2 changed files with 27 additions and 0 deletions
|
@ -46,6 +46,7 @@ flex
|
||||||
less
|
less
|
||||||
bash
|
bash
|
||||||
bash-completion
|
bash-completion
|
||||||
|
shellcheck-bin
|
||||||
tree
|
tree
|
||||||
attr
|
attr
|
||||||
acl
|
acl
|
||||||
|
|
26
base/shellcheck-bin/shellcheck-bin.SMBuild
Executable file
26
base/shellcheck-bin/shellcheck-bin.SMBuild
Executable file
|
@ -0,0 +1,26 @@
|
||||||
|
app=shellcheck-bin
|
||||||
|
version=0.8.0
|
||||||
|
build=1sml
|
||||||
|
homepage="https://github.com/koalaman/shellcheck"
|
||||||
|
download="https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.$arch.tar.xz"
|
||||||
|
desc="Static Binary Of CLI Shell script analyzer"
|
||||||
|
requires="musl"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
mkandenterbuilddir
|
||||||
|
rm -rf shellcheck-bins
|
||||||
|
|
||||||
|
tar xf $srcdir/shellcheck-bins.tar.?z*
|
||||||
|
cd shellcheck-bins
|
||||||
|
fixbuilddirpermissions
|
||||||
|
|
||||||
|
install -Dm 755 shellcheck.$arch $pkg/bin/shellcheck
|
||||||
|
|
||||||
|
cp LICENSE.txt $pkgdocs/
|
||||||
|
|
||||||
|
mkfinalpkg
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
8913b4318a6bbce94db8952f84d61e103554ccd67ec25ff2165f6891db6f7572f5331677fdc314d7190a7a6a2ef979ee52e11d588e491e9ea3098f1e0dd565e8 shellcheck-bins.tar.lz
|
||||||
|
"
|
Loading…
Reference in a new issue