* jenv.be

* simpler move of directories

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
Andrew 2023-06-28 02:31:50 +03:00 committed by GitHub
parent 7dc09faa49
commit e3d725b514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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}}