Files
termux-packages/packages/typstfmt/build.sh
2026-01-04 14:40:46 +00:00

15 lines
535 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="@termux"
TERMUX_PKG_VERSION="0.2.10"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/astrale-sharp/typstfmt/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
}