BusyBox is a software suite that provides several Unix utilities in a single executable file.
Size: 3 MB
Authors: Bruce Perens, Erik Andersen, Rob Landley, Denys Vlasenko and others
Tags:
bash,
busybox,
core,
cp,
cygwin,
gow,
linux,
msys,
msys2,
mv,
utiilies,
utility
Default path: %HOMEDRIVE%\Programs\${name}
pbox install busybox
Show pbox.xml
<pbox version="1.0">
<name>busybox</name>
<title>BusyBox</title>
<version>1.34.0</version>
<group>utility</group>
<archs>64</archs>
<zipFile>archive.7z</zipFile>
<homedir>%HOMEDRIVE%\Programs\${name}</homedir>
<install>
<script>.\script\install.bat "${homedir}" "${zipFile}" ${name}</script>
<env>BUSYBOX_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>BUSYBOX_HOME</unenv>
</uninstall>
</pbox>