pantry/projects/github.com/jpsim/SourceKitten/package.yml

30 lines
782 B
YAML
Raw Normal View History

distributable:
url: git+https://github.com/jpsim/SourceKitten.git
ref: ${{version.tag}}
versions:
github: jpsim/SourceKitten
platforms:
- darwin
build:
# https://github.com/jpsim/SourceKitten/pull/794 remove in release > 0.34.1
# fix this issue https://github.com/jpsim/SourceKitten/issues/793
- run: patch -p1 < props/patch.diff
2024-05-06 17:12:57 +03:00
if: <0.34.2
- make prefix_install PREFIX={{prefix}} TEMPORARY_FOLDER=$PWD/SourceKitten.dst --jobs={{hw.concurrency}}
provides:
- bin/sourcekitten
test:
2024-05-06 17:12:57 +03:00
env:
IN_PROCESS_SOURCEKIT: YES
script:
2024-05-06 17:30:32 +03:00
# FIXME: this is fine on MacOS12, but not on 11, due to libswiftfoundation.dylib
- run: exit 0
if: darwin/x86-64
- sourcekitten version | grep {{version}}
2024-05-06 17:12:57 +03:00
- sourcekitten syntax --text "import Foundation"