mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-17 07:10:52 +00:00
Explicitly declare termux_setup_rust in build script after removal in termux_step_make_install. This is done to quickly identify which packages are Rust based. %ci:no-build
15 lines
529 B
Bash
15 lines
529 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/astrale-sharp/typstfmt
|
|
TERMUX_PKG_DESCRIPTION="basic formatter for the Typst language"
|
|
TERMUX_PKG_LICENSE=Apache-2.0
|
|
TERMUX_PKG_MAINTAINER="Joshua Kahn @TomJo2000"
|
|
TERMUX_PKG_VERSION="0.2.10"
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=$TERMUX_PKG_HOMEPAGE/archive/refs/tags/$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=5a3f413a428b2590552c2d0ab0ab04c7a745e1cca128844b7b82ea49326d65c4
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
|
|
termux_step_pre_configure() {
|
|
termux_setup_rust
|
|
}
|