Commit Graph

14 Commits

Author SHA1 Message Date
Natanael Copa ed89c1760d ap: add #! in front of lua path 2013-08-01 06:41:09 +00:00
Natanael Copa 92e36e2324 ap: switch to lua 5.2 2013-07-12 06:43:25 +00:00
Natanael Copa cf102231ea ap: new subcommand: list-apks 2013-04-23 07:41:27 +00:00
Natanael Copa f654134675 ap: implement build-list and rebuild-list
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-30 12:44:43 +00:00
Natanael Copa b5d9c1e6c7 ap: cleanup. do not pass the cmd it self as option 2011-09-30 09:25:52 +00:00
Natanael Copa 0b605e179e aports.lua: parse source strings 2011-08-04 12:22:53 +00:00
Natanael Copa 781a453734 ap: set default repodir
if there are an APKBUILD in current dir, then use ../ as repodir.
Otherwise, use cwd as repodir.

Introduces requirement of lua-filesystem
2011-07-06 06:30:42 +00:00
Natanael Copa 48884b4eb8 aports.lua: make api more object oriented
- provide a handle with aports.new(dir)
- provide foreach() helper functions
2011-06-15 10:32:36 +02:00
Natanael Copa 876e4f7a67 ap: let builddirs use aports.recurs_until() 2011-03-30 11:40:47 +00:00
Natanael Copa 486959e2db ap/aports.lua: implement recurse_until
will recursively parse all build depends
2011-03-30 13:11:13 +02:00
Natanael Copa dee681905f ap: use pairs instead of ipairs 2011-03-30 13:11:12 +02:00
Natanael Copa 77a4140f39 ap: fix usage. the -d option is mandatory now 2010-12-13 15:03:11 +00:00
Natanael Copa 1a1199b9ec ap: bugfix in builddirs 2010-12-13 14:51:29 +00:00
Natanael Copa ce0e95607d ap: initial implementation
ap is a helper script to parse APKBUILD and calculate build time
dependencies.
2010-12-13 14:14:06 +00:00