summaryrefslogtreecommitdiff
path: root/ap.in
AgeCommit message (Collapse)AuthorFilesLines
2011-09-30ap: implement build-list and rebuild-listNatanael Copa1-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
2011-09-30ap: cleanup. do not pass the cmd it self as optionNatanael Copa1-6/+6
2011-08-04aports.lua: parse source stringsNatanael Copa1-0/+14
2011-07-06ap: set default repodirNatanael Copa1-0/+9
if there are an APKBUILD in current dir, then use ../ as repodir. Otherwise, use cwd as repodir. Introduces requirement of lua-filesystem
2011-06-15aports.lua: make api more object orientedNatanael Copa1-18/+14
- provide a handle with aports.new(dir) - provide foreach() helper functions
2011-03-30ap: let builddirs use aports.recurs_until()Natanael Copa1-23/+11
2011-03-30ap/aports.lua: implement recurse_untilNatanael Copa1-21/+5
will recursively parse all build depends
2011-03-30ap: use pairs instead of ipairsNatanael Copa1-4/+4
2010-12-13ap: fix usage. the -d option is mandatory nowNatanael Copa1-1/+1
2010-12-13ap: bugfix in builddirsNatanael Copa1-15/+14
2010-12-13ap: initial implementationNatanael Copa1-0/+147
ap is a helper script to parse APKBUILD and calculate build time dependencies.