-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: setup-util
support for streamlined {bin,man,lib,etc}
extraction
#223
Comments
Sure, setup-util-bash unzips and builds. Others unzip multiple files, and others unzip a single file. If you have vscode you can run |
If it has github assets, you can use this structure instead: |
Thanks, I played with these a bit. If I understand correctly, Here's what I'm using now: https://github.com/edmcman/dotfiles/blob/main/commands/setup-util-ghidra Basically the support files have to live somewhere. I don't see a way to accomplish this now with |
From memory there are existing utilities that would benefit from having other files extracted as well, but yeah, the download technique in setup-util doesn't currently natively support that. The complexity is that I'm not sure XDG supports such extractions, so they would have to go to /usr/local or whatever, which sometimes requires sudo. If we get a few more utilities needing such, will make sense to do a PR. Marking as a suggestion. |
setup-util
support for streamlined {bin,man,lib,etc}
extraction
I've updated setup-environment-commands to update all possible env vars for each prefix location. I've updated setup-util-(bash|gsed|gawk) to install all files to xdg. Will push later. |
I'm creating a command to setup Ghidra. Ghidra is distributed as a zip file that is extracted somewhere and then run with a script. You need all the files, unfortunately. It's similar to gradle's binary distribution if you've used that.
Is
setup-util
compatible with such a package? It seems like most of the DOWNLOAD options assume the utility is going to be a single file.The text was updated successfully, but these errors were encountered: