Skip to content
  • Natanael Copa's avatar
    abuild: reworked dependency handling · 014754b3
    Natanael Copa authored
    - Added option -i, to install a given build target after successful build.
    
    - Parse all APKBUILDs and use awk to calculate a dependency graph. Then
      build the package and use -i to install the needed dependency.
    
    - Uninstall all build dependencies after package is built (unless -i given)
    
    - Automatically add binutils gcc make patch uclibc-dev as deps
    014754b3