* +rswift

* Try to fix CI

* remove redundant download

* or do it correctly

* yaml requirements

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
Bruno Coelho 2023-07-20 22:25:00 +01:00 committed by GitHub
parent 7a442a47a3
commit b9a1a3dfb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,21 @@
distributable:
url: https://github.com/mac-cain13/R.swift/releases/download/{{version}}/rswift-{{version}}.zip
versions:
github: mac-cain13/R.swift
platforms:
- darwin
provides:
- bin/rswift
warnings:
- vendored
build:
working-directory: ${{prefix}}/bin
script: mv "$SRCROOT"/rswift .
test: |
[[ "$(rswift --version)" = "{{version}}" ]]