pantry/projects/github.com/unsignedapps/swift-create-xcframework/package.yml
David Chavez 62847a71a4
+github.com/unsignedapps/swift-create-xcframework (#5148)
* Add swift-create-xcframework

* use install over mkdir/cp

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2024-02-08 14:30:19 -05:00

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}}