Skip to content

Commit

Permalink
feat: add xcbeautify (#5923)
Browse files Browse the repository at this point in the history
Co-authored-by: Conarius <[email protected]>
Co-authored-by: William Boman <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent 7bbaacd commit 6a27a8f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/xcbeautify/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: xcbeautify
description: A little beautifier tool for xcodebuild
homepage: https://github.com/cpisciotta/xcbeautify
licenses:
- MIT
languages:
- Swift
categories:
- Runtime
source:
id: pkg:github/cpisciotta/[email protected]
asset:
- target: darwin_arm64
file: xcbeautify-{{version}}-arm64-apple-macosx.zip
bin: xcbeautify
- target: darwin_x64
file: xcbeautify-{{version}}-x86_64-apple-macosx.zip
bin: xcbeautify
- target: linux_x64
file: xcbeautify-{{version}}-x86_64-unknown-linux-gnu.tar.xz
bin: xcbeautify
- target: linux_x64_gnu
file: xcbeautify-{{version}}-x86_64-unknown-linux-gnu.tar.xz
bin: xcbeautify

bin:
xcbeautify: "{{ source.asset.bin }}"

0 comments on commit 6a27a8f

Please sign in to comment.