Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | aports.lua: implement get_maintainer() | Natanael Copa | 2013-12-16 | 1 | -0/+20 | |
| | | | | So we can fish out the maintainer from given aport | |||||
* | aports.lua: implement foreach_aport() | Natanael Copa | 2013-12-16 | 1 | -0/+10 | |
| | ||||||
* | aports.lua: parse source strings | Natanael Copa | 2013-12-16 | 1 | -3/+38 | |
| | ||||||
* | aports.lua: warn if data for a package is missing | Natanael Copa | 2013-12-16 | 1 | -0/+3 | |
| | | | | | This might happen if package name appears as a dependency but there are no apkbuild for it. | |||||
* | aports.lua: make api more object oriented | Natanael Copa | 2013-12-16 | 1 | -33/+64 | |
| | | | | | - provide a handle with aports.new(dir) - provide foreach() helper functions | |||||
* | ap/aports.lua: implement recurse_until | Natanael Copa | 2013-12-16 | 1 | -0/+42 | |
| | | | | will recursively parse all build depends | |||||
* | ap: initial implementation | Natanael Copa | 2013-12-16 | 1 | -0/+105 | |
ap is a helper script to parse APKBUILD and calculate build time dependencies. |