Commit Graph

6 Commits

Author SHA1 Message Date
Natanael Copa fda6873c5a aports.lua: implement foreach_aport() 2011-08-22 09:28:40 +00:00
Natanael Copa 0b605e179e aports.lua: parse source strings 2011-08-04 12:22:53 +00:00
Natanael Copa 66501a24b4 aports.lua: warn if data for a package is missing
This might happen if package name appears as a dependency but there
are no apkbuild for it.
2011-07-06 06:29:12 +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 486959e2db ap/aports.lua: implement recurse_until
will recursively parse all build depends
2011-03-30 13:11:13 +02: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