pantry/projects/github.com/XcodesOrg/xcodes/package.yml
David Roman 765e6d65a7 wip
2023-06-28 15:54:40 -04:00

29 lines
543 B
YAML

distributable:
url: https://github.com/XcodesOrg/xcodes/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
versions:
github: XcodesOrg/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}}