Skip to content

Un1q32/iphoneports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iPhonePorts build system

Build scripts for the packages at https://cydia.uniq.gay/

Setup

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

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

Examples

Build curl

./build.sh curl

Build ed and xxd

./build.sh ed xxd

Build gzip for arm64-apple-darwin14

./build.sh --target=arm64-apple-darwin14 gzip