spc
spc is a simple binary package manager. it can create and install binary packages built by detour, or fetch from our repo. the main commands are:
spc add [pkgname] #fetch and install from repo
spc install [pkgname] #install local package (dtr uses this)
spc create #creates package from staged install (dtr also uses this)
spc cache-clean #cleans cache, often fixes things not working