Azathothas / Toolpacks

📦 Largest Collection of Multi-Platform (Android|Linux|Windows) Pre-Compiled (+ UPXed) Static Binaries (incl. Build Scripts) :: https://bin.ajam.dev
https://bin.ajam.dev/
MIT License
145 stars 16 forks source link

Request: a-utils suite #31

Closed xplshn closed 2 months ago

xplshn commented 2 months ago

Hi, I was wondering if you could add a-utils, also, one question: Will I have to notify you each time I implement another command in a-utils so that you add it here? Currently, the build script will build everything into ./built/bin (remove the extend* files to avoid building external projects/tools)

https://github.com/xplshn/a-utils Also, I make single-binary releases using a patched makebb: https://github.com/xplshn/a-utils/tree/master/patches/to_gobusybox/src/pkg/bb/bbmain

Azathothas commented 2 months ago

You needn't notify me nor do I have to write a sophisticated build script if you do a Github Release on each version increment. You can compile the a-utils binaries using flags/config of your choosing and then put all of them in a .tar archive pushed to the release. Likely in this format:

#https://github.com/xplshn/a-utils/releases/latest
#a-utils-$(uname -m)-$(uname -s).tar
a-utils-aarch64-Linux.tar
a-utils-x86_64-Linux.tar
Source code (zip)
Source code (tar.gz) 

Then I could just fetch straight from your source and sync to the repos.

xplshn commented 2 months ago

Will push a few changes when I get home and make a release. Thanks!

xplshn commented 2 months ago

This will be the format: https://github.com/xplshn/a-utils/releases/tag/0.0.3

Azathothas commented 2 months ago

Added: https://bin.ajam.dev/x86_64_Linux/Baseutils/a-utils/