mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
62847a71a4
* Add swift-create-xcframework * use install over mkdir/cp --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
21 lines
537 B
YAML
21 lines
537 B
YAML
distributable:
|
|
url: https://github.com/unsignedapps/swift-create-xcframework/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: unsignedapps/swift-create-xcframework
|
|
strip: /^v/
|
|
|
|
platforms:
|
|
- darwin
|
|
|
|
provides:
|
|
- bin/swift-create-xcframework
|
|
|
|
build:
|
|
script:
|
|
- swift build --configuration release
|
|
- install -D $(swift build --configuration release --show-bin-path)/swift-create-xcframework {{prefix}}/bin/swift-create-xcframework
|
|
|
|
test: swift create-xcframework --version | grep {{version}}
|