mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
17 lines
299 B
YAML
17 lines
299 B
YAML
|
distributable:
|
||
|
url: https://github.com/jenv/jenv/archive/{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: jenv/jenv
|
||
|
|
||
|
build:
|
||
|
script:
|
||
|
- mkdir -p "{{prefix}}"
|
||
|
- mv bin libexec fish available-plugins "{{prefix}}"
|
||
|
|
||
|
provides:
|
||
|
- bin/jenv
|
||
|
|
||
|
test: jenv --version | grep {{version}}
|