mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
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}}" ]]
|