new package: shfmt (#5402)
This commit is contained in:
parent
9b0d1c597c
commit
b0e536a257
21
packages/shfmt/build.sh
Normal file
21
packages/shfmt/build.sh
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
TERMUX_PKG_HOMEPAGE=https://github.com/mvdan/sh
|
||||||
|
TERMUX_PKG_DESCRIPTION="A shell parser and formatter"
|
||||||
|
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
||||||
|
TERMUX_PKG_VERSION=3.1.1
|
||||||
|
TERMUX_PKG_SRCURL=https://github.com/mvdan/sh/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
||||||
|
TERMUX_PKG_SHA256=db5d86d9caeb025e41307cb834b21d7a35e171afe5257277e74cb3e44a17ae00
|
||||||
|
|
||||||
|
termux_step_make_install() {
|
||||||
|
cd "$TERMUX_PKG_SRCDIR"
|
||||||
|
|
||||||
|
termux_setup_golang
|
||||||
|
|
||||||
|
export GOPATH="$TERMUX_PKG_BUILDDIR"
|
||||||
|
mkdir -p "$GOPATH/src/github.com/mvdan"
|
||||||
|
ln -sf "$TERMUX_PKG_SRCDIR" "$GOPATH/src/github.com/mvdan/sh"
|
||||||
|
|
||||||
|
go build -modcacherw \
|
||||||
|
-ldflags "-X main.version=$TERMUX_PKG_VERSION" \
|
||||||
|
-o "$TERMUX_PREFIX/bin/shfmt" \
|
||||||
|
./cmd/shfmt
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user