mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
28 lines
623 B
YAML
28 lines
623 B
YAML
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:
|
|
# swift.org: 5
|
|
# apple.com/xcode: >=13.3
|
|
script:
|
|
# 0.21.0 doesn't have its version bumped
|
|
- run: echo 'let version = "{{version}}"' > Sources/xcbeautify/Version.swift
|
|
if: =0.21.0
|
|
- make install
|
|
- mkdir -p {{prefix}}/bin
|
|
- mv $(swift build --configuration release --show-bin-path)/xcbeautify {{prefix}}/bin
|
|
|
|
test:
|
|
xcbeautify --version | grep {{version}}
|