Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add typstyle #6479

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions packages/typstyle/package.yaml
Original file line number Diff line number Diff line change
@@ -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.30
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}}"