mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
23 lines
345 B
YAML
23 lines
345 B
YAML
|
distributable:
|
||
|
url: https://github.com/kylef/swiftenv/archive/refs/tags/{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: kylef/swiftenv
|
||
|
|
||
|
platforms:
|
||
|
- darwin
|
||
|
|
||
|
build:
|
||
|
working-directory: ${{prefix}}
|
||
|
script: cp -a "$SRCROOT"/* .
|
||
|
|
||
|
provides:
|
||
|
- bin/swiftenv
|
||
|
|
||
|
runtime:
|
||
|
env:
|
||
|
SWIFTENV_ROOT: ${{prefix}}
|
||
|
|
||
|
test: swiftenv init -
|