pantry/projects/jenv.be/package.yml
Andrew e3d725b514
jenv.be (#2308)
* jenv.be

* simpler move of directories

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-06-27 19:31:50 -04:00

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