pantry/projects/github.com/XcodesOrg/xcodes/package.yml

28 lines
520 B
YAML
Raw Normal View History

distributable:
2023-06-28 13:39:44 +03:00
url: https://github.com/XcodesOrg/xcodes/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
versions:
2023-06-28 13:39:44 +03:00
github: XcodesOrg/xcodes
companions:
aria2.github.io: '*'
platforms:
- darwin
provides:
- bin/xcodes
build:
dependencies:
# 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}}