diff --git a/packages/tex-fmt/package.yaml b/packages/tex-fmt/package.yaml new file mode 100644 index 000000000..0ed157b0f --- /dev/null +++ b/packages/tex-fmt/package.yaml @@ -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_gnu + 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_gnu + 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}}"