summaryrefslogtreecommitdiffstats
path: root/ap.in
Commit message (Collapse)AuthorAgeFilesLines
* ap: new subcommand: list-apksNatanael Copa2013-04-231-2/+14
|
* ap: implement build-list and rebuild-listNatanael Copa2011-09-301-0/+51
| | | | | | | build-list will list which aports that has missing packages rebuild-list will list which aports that has outdated packages, i.e. when APKBUILD is newer than the apk
* ap: cleanup. do not pass the cmd it self as optionNatanael Copa2011-09-301-6/+6
|
* aports.lua: parse source stringsNatanael Copa2011-08-041-0/+14
|
* ap: set default repodirNatanael Copa2011-07-061-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 orientedNatanael Copa2011-06-151-18/+14
| | | | | - provide a handle with aports.new(dir) - provide foreach() helper functions
* ap: let builddirs use aports.recurs_until()Natanael Copa2011-03-301-23/+11
|
* ap/aports.lua: implement recurse_untilNatanael Copa2011-03-301-21/+5
| | | | will recursively parse all build depends
* ap: use pairs instead of ipairsNatanael Copa2011-03-301-4/+4
|
* ap: fix usage. the -d option is mandatory nowNatanael Copa2010-12-131-1/+1
|
* ap: bugfix in builddirsNatanael Copa2010-12-131-15/+14
|
* ap: initial implementationNatanael Copa2010-12-131-0/+147
ap is a helper script to parse APKBUILD and calculate build time dependencies.