summaryrefslogtreecommitdiffstats
path: root/aports/pkg.lua
Commit message (Expand)AuthorAgeFilesLines
* fix code quality violations according to luacheckJakub Jirutka2017-07-251-15/+13
* pkg, db: support $checkdepends variableWilliam Pitcock2017-01-291-0/+3
* pkg: support arch="!arch" syntaxTimo Teräs2016-07-251-1/+1
* buildrepo: fix bug when repodest is set with buildrepo -dNatanael Copa2016-04-071-4/+9
* pkg: fix libc detectionNatanael Copa2014-08-191-2/+1
* pkg: rename enabled() to relevant()Natanael Copa2014-01-281-1/+1
* pkg: add libc_enabled() and enabled()Natanael Copa2014-01-281-0/+9
* pkg: replace all_deps with an each_dependency() iteratorNatanael Copa2014-01-241-29/+16
* pkg: implement all_apks_exists()Natanael Copa2014-01-241-0/+13
* pkg: use luafilesystem to detect file existanceNatanael Copa2014-01-241-6/+2
* pkg: fix bug in arch_enabledNatanael Copa2014-01-241-1/+1
* pkg: add optional subpkgname option to apk_file functionsNatanael Copa2014-01-091-9/+9
* pkg: implement arch_enabled()Natanael Copa2014-01-091-0/+5
* pkg: use pre-inialized abuild varsNatanael Copa2014-01-091-7/+4
* pkg: initialize arch on module loadNatanael Copa2014-01-091-2/+2
* pkg: add apk_file_exists()Natanael Copa2014-01-011-4/+16
* pkg: split out the pkg related functions to a pkg moduleNatanael Copa2013-12-311-0/+101