mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
github.com/toy/blueutil (#2591)
* github.com/toy/blueutil * Set to build with SDK=macosx10.6
This commit is contained in:
parent
09f82c434c
commit
ba3da8e247
20
projects/github.com/toy/blueutil/package.yml
Normal file
20
projects/github.com/toy/blueutil/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
distributable:
|
||||
url: git+https://github.com/toy/blueutil
|
||||
ref: v{{version}}
|
||||
strip-components: 1
|
||||
versions:
|
||||
github: toy/blueutil
|
||||
platforms:
|
||||
- darwin/aarch64
|
||||
# Set to build with SDK=macosx10.6
|
||||
# - darwin/x86-64
|
||||
build:
|
||||
script:
|
||||
- xcodebuild -arch $(uname -m) SDKROOT= SYMROOT=build
|
||||
- mkdir -p {{prefix}}/bin
|
||||
- install build/Release/blueutil {{prefix}}/bin/
|
||||
provides:
|
||||
- bin/blueutil
|
||||
test:
|
||||
script:
|
||||
- blueutil --version | grep {{version}}
|
Loading…
Reference in a new issue