mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 13:50:56 +00:00
14 lines
489 B
Bash
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
|
|
}
|