mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+XcodeGen (#2626)
* +XcodeGen * Update package.yml * Update package.yml * simpler package.yml --------- Co-authored-by: Jacob Heider <jhheider@gmail.com>
This commit is contained in:
parent
74a84c72ce
commit
962b552b59
22
projects/github.com/yonaskolb/XcodeGen/package.yml
Normal file
22
projects/github.com/yonaskolb/XcodeGen/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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}}" ]]
|
Loading…
Reference in a new issue