musl - http://www.musl-libc.org/releases/musl-1.1.24.tar.gz # note: stable is newer; but contains a security bug... void uses above busybox - https://www.busybox.net/downloads/busybox-1.32.1.tar.bz2 # note: busybox.net is extremely slow kati - https://github.com/google/kati/archive/refs/heads/master.tar.gz # note: no releases or tags currently exist # bmake - http://www.crufty.net/ftp/pub/sjg/bmake-20210621.tar.gz # note: bmake is not "ACTUALLY" required; kati can be compiled via go easily # command: go build -o kati github.com/google/kati/golang/cmd/kati samurai - https://github.com/michaelforney/samurai/archive/1.2.tar.gz # note: needs to be linked to ninja # -- FOLLOWING IS FOR XBPS tcc - http://repo.or.cz/tinycc.git/snapshot/a4997bf3d952f904bce824ee3e8f3e12e8524071.tar.gz pkgconf - https://distfiles.dereferenced.org/pkgconf/pkgconf-1.7.4.tar.xz zlib - http://www.zlib.net/zlib-1.2.11.tar.gz openssl - https://www.openssl.org/source/openssl-1.1.1k.tar.gz perl - https://www.cpan.org/src/5.0/perl-5.34.0.tar.gz bzip2 - https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz libarchive - https://github.com/libarchive/libarchive/releases/download/3.5.1/libarchive-3.5.1.tar.gz liblz4 - https://github.com/lz4/lz4/archive/v1.9.3.tar.gz liblzma - https://tukaani.org/xz/xz-5.2.5.tar.bz2 libzstd - https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz # CHECKSUMS ARE NOT CHECKED; NOT MY ISSUE