Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-21 | aports.lua: support filename::fileuri source format | Natanael Copa | 1 | -1/+1 | |
2012-12-30 | aports.lua: also store url in pkg struct | Natanael Copa | 1 | -2/+4 | |
2011-09-30 | aports.lua: try get vars from env var before parsing abuild.conf | Natanael Copa | 1 | -4/+14 | |
2011-09-30 | aports.lua: add helper functions to find out the file paths | Natanael Copa | 1 | -0/+25 | |
2011-09-30 | aports.lua: read variables frrom abuild.conf | Natanael Copa | 1 | -0/+13 | |
2011-08-24 | aports.lua: implement get_maintainer() | Natanael Copa | 1 | -0/+20 | |
So we can fish out the maintainer from given aport | |||||
2011-08-22 | aports.lua: implement foreach_aport() | Natanael Copa | 1 | -0/+10 | |
2011-08-04 | aports.lua: parse source strings | Natanael Copa | 1 | -3/+38 | |
2011-07-06 | aports.lua: warn if data for a package is missing | Natanael Copa | 1 | -0/+3 | |
This might happen if package name appears as a dependency but there are no apkbuild for it. | |||||
2011-06-15 | aports.lua: make api more object oriented | Natanael Copa | 1 | -33/+64 | |
- provide a handle with aports.new(dir) - provide foreach() helper functions | |||||
2011-03-30 | ap/aports.lua: implement recurse_until | Natanael Copa | 1 | -0/+42 | |
will recursively parse all build depends | |||||
2010-12-13 | ap: initial implementation | Natanael Copa | 1 | -0/+105 | |
ap is a helper script to parse APKBUILD and calculate build time dependencies. |