mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 19:44:47 +00:00
13 lines
326 B
Plaintext
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
|
|
}
|