xpadneo/main.sh
Ward Nakchbandi (Cosmic Fusion) 26cdd51113
Commit update git to 0.9.6
2024-02-22 18:43:06 +03:00

19 lines
338 B
Bash
Executable File

#! /bin/bash
# Clone Upstream
git clone https://github.com/atar-axis/xpadneo -b v0.9.6
cp -rvf ./debian ./xpadneo
cd ./xpadneo
for i in ../patches/* ; do patch -Np1 -i $i; done
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/