summaryrefslogtreecommitdiff
path: root/aports.lua
AgeCommit message (Collapse)AuthorFilesLines
2011-07-06aports.lua: warn if data for a package is missingNatanael Copa1-0/+3
This might happen if package name appears as a dependency but there are no apkbuild for it.
2011-06-15aports.lua: make api more object orientedNatanael Copa1-33/+64
- provide a handle with aports.new(dir) - provide foreach() helper functions
2011-03-30ap/aports.lua: implement recurse_untilNatanael Copa1-0/+42
will recursively parse all build depends
2010-12-13ap: initial implementationNatanael Copa1-0/+105
ap is a helper script to parse APKBUILD and calculate build time dependencies.