Files
termux-packages/packages/railway-cli/build.sh
termux-pacman-bot ea91ec2ae0 bump(main/railway-cli): 4.12.0
This commit has been automatically submitted by Github Actions.
2025-11-29 00:50:35 +00:00

14 lines
489 B
Bash

TERMUX_PKG_HOMEPAGE=https://railway.app
TERMUX_PKG_DESCRIPTION="This is the command line interface for Railway"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="4.12.0"
TERMUX_PKG_SRCURL=https://github.com/railwayapp/cli/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=7e9c443df9e02d4095501d8d6d4c43a8f32f5c9239350c5d833c7be00a69743a
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
termux_step_pre_configure() {
termux_setup_rust
}