summaryrefslogtreecommitdiff
path: root/aports.lua
AgeCommit message (Collapse)AuthorFilesLines
2011-09-30aports.lua: try get vars from env var before parsing abuild.confNatanael Copa1-4/+14
2011-09-30aports.lua: add helper functions to find out the file pathsNatanael Copa1-0/+25
2011-09-30aports.lua: read variables frrom abuild.confNatanael Copa1-0/+13
2011-08-24aports.lua: implement get_maintainer()Natanael Copa1-0/+20
So we can fish out the maintainer from given aport
2011-08-22aports.lua: implement foreach_aport()Natanael Copa1-0/+10
2011-08-04aports.lua: parse source stringsNatanael Copa1-3/+38
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.