mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+rswift (#2630)
* +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:
parent
7a442a47a3
commit
b9a1a3dfb7
21
projects/github.com/mac-cain13/R.swift/package.yml
Normal file
21
projects/github.com/mac-cain13/R.swift/package.yml
Normal 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}}" ]]
|
Loading…
Reference in a new issue