mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
+xcodes; fix brewkit deps (#1462)
* +xcodes; fix brewkit deps * wip * update flags --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
a3105e31ea
commit
899e3c215c
1 changed files with 28 additions and 0 deletions
28
projects/github.com/RobotsAndPencils/xcodes/package.yml
Normal file
28
projects/github.com/RobotsAndPencils/xcodes/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
distributable:
|
||||
url: https://github.com/RobotsAndPencils/xcodes/archive/refs/tags/{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: RobotsAndPencils/xcodes
|
||||
|
||||
companions:
|
||||
aria2.github.io: '*'
|
||||
|
||||
platforms:
|
||||
- darwin
|
||||
|
||||
provides:
|
||||
- bin/xcodes
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
# swift.org: 5
|
||||
# apple.com/xcode: >=13.3
|
||||
script: |
|
||||
swift build --configuration release
|
||||
mkdir -p {{prefix}}/bin
|
||||
mv $(swift build --configuration release --show-bin-path)/xcodes {{prefix}}/bin
|
||||
|
||||
test:
|
||||
xcodes version | grep {{version}}
|
Loading…
Reference in a new issue