proton-bridge: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 19:08:28 +05:30
parent a6ebde004c
commit 98149884c0
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -12,6 +12,7 @@ termux_step_make_install() {
export GOPATH=$TERMUX_PKG_BUILDDIR
export BUILDDIR=$TERMUX_PREFIX/bin
cd $TERMUX_PKG_SRCDIR
termux_go_get
make build-nogui
install -Dm700 proton-bridge "$TERMUX_PREFIX"/bin/proton-bridge
}