summaryrefslogtreecommitdiffstats
path: root/aports.lua
Commit message (Collapse)AuthorAgeFilesLines
* aports.lua: support filename::fileuri source formatNatanael Copa2013-02-211-1/+1
|
* aports.lua: also store url in pkg structNatanael Copa2012-12-301-2/+4
|
* aports.lua: try get vars from env var before parsing abuild.confNatanael Copa2011-09-301-4/+14
|
* aports.lua: add helper functions to find out the file pathsNatanael Copa2011-09-301-0/+25
|
* aports.lua: read variables frrom abuild.confNatanael Copa2011-09-301-0/+13
|
* aports.lua: implement get_maintainer()Natanael Copa2011-08-241-0/+20
| | | | So we can fish out the maintainer from given aport
* aports.lua: implement foreach_aport()Natanael Copa2011-08-221-0/+10
|
* aports.lua: parse source stringsNatanael Copa2011-08-041-3/+38
|
* aports.lua: warn if data for a package is missingNatanael Copa2011-07-061-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 orientedNatanael Copa2011-06-151-33/+64
| | | | | - provide a handle with aports.new(dir) - provide foreach() helper functions
* ap/aports.lua: implement recurse_untilNatanael Copa2011-03-301-0/+42
| | | | will recursively parse all build depends
* ap: initial implementationNatanael Copa2010-12-131-0/+105
ap is a helper script to parse APKBUILD and calculate build time dependencies.