dcantrell / bsdutils

Alternative to GNU coreutils using software from FreeBSD
Other
171 stars 9 forks source link

Any chance for busybox-style single binary? #31

Closed pg83 closed 3 years ago

pg83 commented 3 years ago

Hi.

Subj will be really useful in statically linked musl environments.

dcantrell commented 3 years ago

No plans for a single binary as that's not really how the BSD source trees work and I don't want to deviate a lot from that so it's easy to import new versions. I'm not sure what the single executable really buys you though.

Static linking should work, though I haven't tried it. Patches welcome.