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