mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
0ae315edb6
commit
a6d538d1ee
22
projects/github.com/kylef/swiftenv/package.yml
Normal file
22
projects/github.com/kylef/swiftenv/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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 -
|
Loading…
Reference in a new issue