Files
ports/main/shellcheck-static/spkgbuild
2022-12-13 08:34:57 +00:00

13 lines
326 B
Plaintext

# description : shellcheck, without the 130MB haskell dependencies
# depends : libgmp
name=shellcheck-static
version=0.9.0
release=1
source="https://github.com/koalaman/shellcheck/releases/download/v$version/shellcheck-v$version.linux.x86_64.tar.xz"
build() {
cd shellcheck-v$version
install -Dt $PKG/usr/bin shellcheck
}