pantry/projects/github.com/jpsim/SourceKitten/package.yml
Andrew 77fdc32a2e
+github.com/jpsim/SourceKitten (#5199)
* new file:   projects/github.com/jpsim/SourceKitten/package.yml
	new file:   projects/github.com/jpsim/SourceKitten/patch.diff
	new file:   projects/github.com/jpsim/SourceKitten/test.swift
* patch comment
2024-02-15 11:15:14 -05:00

26 lines
656 B
YAML

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
if: <=0.34.1
- make prefix_install PREFIX={{prefix}} TEMPORARY_FOLDER=$PWD/SourceKitten.dst --jobs={{hw.concurrency}}
provides:
- bin/sourcekitten
test:
env:
IN_PROCESS_SOURCEKIT: YES
script:
- sourcekitten version | grep {{version}}
- sourcekitten syntax --text "import Foundation"