mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
b9a1a3dfb7
* +rswift * Try to fix CI * remove redundant download * or do it correctly * yaml requirements --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
22 lines
359 B
YAML
22 lines
359 B
YAML
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}}" ]]
|