xpadneo/main.sh
Ward Nakchbandi (Cosmic Fusion) 2163e61fcb
update to mantic
2023-09-28 23:02:39 +03:00

19 lines
338 B
Bash
Executable File

#! /bin/bash
# Clone Upstream
git clone https://github.com/atar-axis/xpadneo -b v0.9.5
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/