Skip to content

North-Western-Development/minux-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minux packages build system

Build scripts for the packages in the OC2:R apt repo

Setup

You will need an Minux toolchain to use the build scripts in this repo, you can build one with https://github.com/North-Western-Development/minux-toolchain-builder.

Usage

Usage: build.sh [options] <command>
    <pkg> [pkgs...]         - Build specified packages
    build <pkg> [pkgs...]   - Build specified packages
    all [pkgs...]           - Build all packages (except those specified)
    all-noclean [pkgs...]   - Same as all but doesn't cleanall first
    clean <pkg> [pkgs...]   - Clean a single package
    cleanall                - Clean all packages
    dryrun [pkgs...]        - Pretend to build all packages, for debugging
    abibreak <pkg>          - ABI break helper, opens all the control files for packages
                              that depend on <pkg> and then rebuilds them
    --target                - Specify a target (default: riscv64-linux-musl)
    --no-tmp                - Do not use /tmp for anything, use the current directory instead
    -jN                     - Set the number of jobs passed to programs like make and ninja

Examples

Build htop

./build.sh htop

Build htop and pfetch

./build.sh htop pfetch

Build htop for x86_64-linux-musl

./build.sh --target=x86_64-linux-musl htop

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages