Closed xplshn closed 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.
Will push a few changes when I get home and make a release. Thanks!
This will be the format: https://github.com/xplshn/a-utils/releases/tag/0.0.3
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