Added --run-after to multi package build
runs the named script after successfully building a package
added package search feature
searches package names, descritions and urls for the given query
(uses plaintext search for now)
Added build-group command to build a list of packages
in topological order
Migrated to using markdown readme
Added GPL-3.0 (or-later) license
Added support to build for multiple architectures
Added build-all command to package all packages in the repo
Updated dependency resolution to show a cycle trace
Added build progress output (for batch builds)
Replaced RegEx APKBUILD parser with a simple shell script
Initial dependency tree & package build support
Added tree command to show dependency list
and build command to build packages
Added package list and initial package info support
Added APKBUILD parsing and database generator