mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+github.com/unsignedapps/swift-create-xcframework (#5148)
* Add swift-create-xcframework * use install over mkdir/cp --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
parent
f2cf67eb13
commit
62847a71a4
|
@ -0,0 +1,20 @@
|
||||||
|
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}}
|
Loading…
Reference in a new issue