Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-15 | aports.lua: make api more object oriented | Natanael Copa | 1 | -18/+14 | |
- provide a handle with aports.new(dir) - provide foreach() helper functions | |||||
2011-03-30 | ap: let builddirs use aports.recurs_until() | Natanael Copa | 1 | -23/+11 | |
2011-03-30 | ap/aports.lua: implement recurse_until | Natanael Copa | 1 | -21/+5 | |
will recursively parse all build depends | |||||
2011-03-30 | ap: use pairs instead of ipairs | Natanael Copa | 1 | -4/+4 | |
2010-12-13 | ap: fix usage. the -d option is mandatory now | Natanael Copa | 1 | -1/+1 | |
2010-12-13 | ap: bugfix in builddirs | Natanael Copa | 1 | -15/+14 | |
2010-12-13 | ap: initial implementation | Natanael Copa | 1 | -0/+147 | |
ap is a helper script to parse APKBUILD and calculate build time dependencies. |