19 lines
700 B
Bash
19 lines
700 B
Bash
# Template file for 'typstyle'
|
|
pkgname=typstyle
|
|
version=0.11.34
|
|
revision=1
|
|
build_style=cargo
|
|
configure_args="--no-default-features --features=cli"
|
|
checkdepends="git"
|
|
short_desc="Beautiful and reliable typst code formatter"
|
|
maintainer="Bnyro <bnyro@tutanota.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/Enter-tainer/typstyle/"
|
|
changelog="https://raw.githubusercontent.com/Enter-tainer/typstyle/master/CHANGELOG.md"
|
|
distfiles="https://github.com/Enter-tainer/typstyle/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=ce0646d161ee87abbc35ef97e83856310e54a12438a6234b152e281b1cec0af8
|
|
|
|
if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then
|
|
make_check=no # reflexo crate for tests not running on i686
|
|
fi
|