mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
23 lines
389 B
YAML
23 lines
389 B
YAML
|
distributable:
|
||
|
url: https://github.com/yonaskolb/XcodeGen/releases/download/{{version}}/xcodegen.zip
|
||
|
|
||
|
versions:
|
||
|
github: yonaskolb/XcodeGen
|
||
|
|
||
|
platforms:
|
||
|
- darwin
|
||
|
|
||
|
provides:
|
||
|
- bin/xcodegen
|
||
|
|
||
|
warnings:
|
||
|
- vendored
|
||
|
|
||
|
build:
|
||
|
working-directory: ${{prefix}}/bin
|
||
|
script: cp "$SRCROOT"/xcodegen/bin/xcodegen .
|
||
|
|
||
|
test:
|
||
|
script: |
|
||
|
[[ "$(xcodegen --version)" = "Version: {{version}}" ]]
|