File create-dependencies.sh of Package lix

#!/bin/bash
set -x

rm -rf deps
mkdir deps && cd deps
# 
git clone https://github.com/SiegeLord/DAllegro5.git
cd DAllegro5
git checkout v4.0.7+5.2.0
git describe
cd ..
#
git clone https://github.com/aliak00/bolts.git
cd bolts
git checkout v1.3.1
git describe
cd ..
#
git clone https://github.com/DerelictOrg/DerelictENet.git
cd DerelictENet
git checkout v4.2.0.tar.gz
git describe
cd ..
#
git clone https://github.com/DerelictOrg/DerelictUtil.git
cd DerelictUtil
git checkout v3.0.0-beta.2
git describe
cd ..
#
git clone https://github.com/rcorre/enumap.git
cd enumap
git checkout v0.4.2
git describe
cd ..
#
git clone https://github.com/Abscissa/libInputVisitor.git
cd libInputVisitor
git checkout v1.2.2
git describe
cd ..
#
git clone https://github.com/aliak00/optional.git
cd optional
git checkout v1.3.0
git describe
cd ..
#
git clone https://github.com/Abscissa/SDLang-D.git
cd SDLang-D
git checkout v0.10.6
git describe
cd ..
#
git clone https://gitlab.com/AntonMeep/silly.git
cd silly
git checkout v1.0.2
git describe
cd ..
#
git clone https://github.com/s-ludwig/taggedalgebraic.git
cd taggedalgebraic
git checkout v0.11.22
git describe
cd ..
#
git clone https://github.com/atilaneves/unit-threaded.git
cd unit-threaded
git checkout v0.7.55
git describe
cd ..
#

# create tarball
cd ..
tar czvf deps.tar.gz deps/
openSUSE Build Service is sponsored by