summaryrefslogtreecommitdiff
path: root/repo/meta/all.xibuild
blob: 57aa6743de380f36cb2bc4c2087dc2a65d16a3f8 (plain)
1
2
3
4
5
6
7
DEPS=()
for i in $(ls -1 $(echo $BUILD_FILE_PATH | rev | cut -d/ -f3- | rev)/*/*.xibuild); do
    name=$(basename -s .xibuild $i)
    DEPS=(${DEPS[@]} $name)
done

DESC="AlL tHe pacKageS!!!"