File create-vendor.sh of Package echo-sample

#!/bin/bash
set -x
quilt setup -v ./*.spec
pushd echo-sample-*/echo-*
haxelib newrepo

cat << EOF > libs.hxml
--library heaps:2.0.0
--library hlsdl
--library echo
--library hashlink
EOF
haxelib install --always libs.hxml

tar --create --gzip --file vendor.tar.gz .haxelib
mv vendor.tar.gz ../..
openSUSE Build Service is sponsored by