HaikuPorter Usage
Usage
Options
In order to see the available options, please invoke haikuporter --help.
Tips & Tricks
Put this into your ~/config/settings/profile to search for a string in all patches/recipes with "inpatch {searchstring}" or "inrecipe {searchstring}" and build a package with hp {packagename} (adjust your /path/to/your/haikuports/; the -j8 is the number of cores used for compiling. You may have to create the file "profile" if it doesn't exist already.):
function inrecipe { grep -rni /path/to/your/haikuports/*/*/*.recipe; }
export -f inrecipe
function findrecipe { find /path/to/your/haikuports/* -maxdepth 2 -name *.recipe; }
export -f findrecipe
alias hp="haikuporter -S -j8 --no-source-packages --get-dependencies"