summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* aports.lua: implement get_maintainer()Natanael Copa2013-12-161-0/+20
| | | | So we can fish out the maintainer from given aport
* aports.lua: implement foreach_aport()Natanael Copa2013-12-161-0/+10
|
* aports.lua: parse source stringsNatanael Copa2013-12-161-3/+38
|
* aports.lua: warn if data for a package is missingNatanael Copa2013-12-161-0/+3
| | | | | This might happen if package name appears as a dependency but there are no apkbuild for it.
* aports.lua: make api more object orientedNatanael Copa2013-12-161-33/+64
| | | | | - provide a handle with aports.new(dir) - provide foreach() helper functions
* ap/aports.lua: implement recurse_untilNatanael Copa2013-12-161-0/+42
| | | | will recursively parse all build depends
* ap: initial implementationNatanael Copa2013-12-161-0/+105
ap is a helper script to parse APKBUILD and calculate build time dependencies.