Commit Graph

11 Commits

Author SHA1 Message Date
Natanael Copa a00d100c2d aports.lua: also store url in pkg struct 2012-12-30 14:13:42 +00:00
Natanael Copa 94c7dfa6b9 aports.lua: try get vars from env var before parsing abuild.conf 2011-09-30 11:56:43 +00:00
Natanael Copa bbd9f10d24 aports.lua: add helper functions to find out the file paths 2011-09-30 11:50:28 +00:00
Natanael Copa aa65657a76 aports.lua: read variables frrom abuild.conf 2011-09-30 09:25:10 +00:00
Natanael Copa 85b54b355e aports.lua: implement get_maintainer()
So we can fish out the maintainer from given aport
2011-08-24 20:15:53 +02:00
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