mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
jenv.be (#2308)
* jenv.be * simpler move of directories --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
7dc09faa49
commit
e3d725b514
1 changed files with 16 additions and 0 deletions
16
projects/jenv.be/package.yml
Normal file
16
projects/jenv.be/package.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
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}}
|
Loading…
Reference in a new issue