summaryrefslogtreecommitdiffstats
path: root/aports.lua
Commit message (Collapse)AuthorAgeFilesLines
* aports.lua: make api more object orientedNatanael Copa2011-06-151-33/+64
| | | | | - provide a handle with aports.new(dir) - provide foreach() helper functions
* ap/aports.lua: implement recurse_untilNatanael Copa2011-03-301-0/+42
| | | | will recursively parse all build depends
* ap: initial implementationNatanael Copa2010-12-131-0/+105
ap is a helper script to parse APKBUILD and calculate build time dependencies.