From 746aa3796136256f12c0aaca40ac6e24e26a37df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=90?= <31800073+Parsifa1@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:18:04 +0800 Subject: [PATCH] feat: add typstyle Update typstyle --- packages/typstyle/package.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/typstyle/package.yaml diff --git a/packages/typstyle/package.yaml b/packages/typstyle/package.yaml new file mode 100644 index 0000000000..cea1550e0a --- /dev/null +++ b/packages/typstyle/package.yaml @@ -0,0 +1,29 @@ +--- +name: typstyle +description: | + Beautiful and reliable typst code formatter +homepage: https://github.com/Enter-tainer/typstyle +licenses: + - Apache-2.0 +languages: + - Typst +categories: + - Formatter + +source: + id: pkg:github/Enter-tainer/typstyle@v0.11.29 + asset: + - target: linux_x64_gnu + file: typstyle-x86_64-unknown-linux-gnu + - target: linux_arm64_gnu + file: typstyle-aarch64-unknown-linux-gnu + - target: darwin_x64 + file: typstyle-x86_64-apple-darwin + - target: darwin_arm64 + file: typstyle-aarch64-apple-darwin + - target: win_x64 + file: typstyle-x86_64-pc-windows-msvc.exe + - target: win_arm64 + file: typstyle-aarch64-pc-windows-msvc.exe +bin: + typstyle: "{{source.asset.file}}"