Build scripts for the packages at https://cydia.uniq.gay/
You will need an iPhonePorts toolchain to use the build scripts in this repo, you can build one with https://github.com/Un1q32/ios-toolchain-build.
Usage: build.sh [options] <command>
<pkg> [pkgs...] - Build a single package
all - Build all packages
clean <pkg> [pkgs...] - Clean a single package
cleanall - Clean all packages
dryrun - Pretend to build all packages
--target - Specify a target (default: armv6-apple-darwin10)
--no-tmp - Do not use /tmp for anything, use the current directory instead
--no-deps - Do not include dependencies
./build.sh curl
./build.sh ed xxd
./build.sh --target=arm64-apple-darwin14 gzip