Skip to content

Commit

Permalink
feat: add tex-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mfmones committed Oct 18, 2024
1 parent fbc0822 commit 6d0f14a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/tex-fmt/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: tex-fmt
description: An extremely fast LaTeX formatter written in Rust.
homepage: https://github.com/WGUNDERWOOD/tex-fmt
licenses:
- MIT
languages:
- LaTeX
categories:
- Formatter

source:
id: pkg:github/WGUNDERWOOD/tex-fmt@v0.4.5
asset:
- target: linux_x64
file: tex-fmt-x86_64-linux.tar.gz
bin: tex-fmt
- target: darwin_x64
file: tex-fmt-x86_64-macos.tar.gz
bin: tex-fmt
- target: win_x64
file: tex-fmt-x86_64-windows.zip
bin: tex-fmt.exe
- target: linux_arm64
file: tex-fmt-aarch64-linux.tar.gz
bin: tex-fmt
- target: darwin_arm64
file: tex-fmt-aarch64-macos.tar.gz
bin: tex-fmt
- target: win_arm64
file: tex-fmt-aarch64-windows.zip
bin: tex-fmt.exe

bin:
tex-fmt: "{{source.asset.bin}}"

0 comments on commit 6d0f14a

Please sign in to comment.