mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
15 lines
535 B
Bash
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
|
|
}
|