mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
wip
This commit is contained in:
parent
301ff6142a
commit
7dc09faa49
25
projects/tuist.io/xcbeautify/package.yml
Normal file
25
projects/tuist.io/xcbeautify/package.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
distributable:
|
||||
url: https://github.com/tuist/xcbeautify/archive/refs/tags/{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: tuist/xcbeautify
|
||||
|
||||
platforms:
|
||||
- darwin
|
||||
|
||||
provides:
|
||||
- bin/xcbeautify
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
# swift.org: 5
|
||||
# apple.com/xcode: >=13.3
|
||||
script: |
|
||||
make install
|
||||
mkdir -p {{prefix}}/bin
|
||||
mv $(swift build --configuration release --show-bin-path)/xcbeautify {{prefix}}/bin
|
||||
|
||||
test:
|
||||
xcbeautify --version | grep {{version}}
|
Loading…
Reference in a new issue