ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 25 forks source link

Add quick install similar to brew #811

Closed IgorTodorovskiIBM closed 2 weeks ago

IgorTodorovskiIBM commented 2 weeks ago

Similar to brew's one-liner: https://brew.sh/

Now that bash and curl are more accessible (provided via IBM Open Enterprise Foundation and Rocket Software), provide a one-liner to install zopen.

Screenshot 2024-06-13 at 1 26 56 PM

Since our intention is to deprecate/remove the meta release, the script downloads from metaport instead.

v1gnesh commented 2 weeks ago

Maybe a bit late now... I wonder if this will be helpful for distribution & install - https://github.com/marwanhawari/stew

IgorTodorovskiIBM commented 2 weeks ago

Maybe a bit late now... I wonder if this will be helpful for distribution & install - https://github.com/marwanhawari/stew

Interesting project, does a lot of similar things to zopen. If we decide to do a rewrite, perhaps we can leverage stew.

I see it requires a GITHUB_TOKEN since it needs to access the github rest apis. That's one thing we tried to eliminate. I think we also want finer control on what tools to expose in zopen. This seems to work with all github projects. I'm a bit biased though ;) But the project has potential.

IgorTodorovskiIBM commented 2 weeks ago

/run tests