xpad-noone/main.sh

17 lines
264 B
Bash
Raw Normal View History

2023-09-28 21:55:59 +02:00
#! /bin/bash
2023-03-04 14:18:43 +01:00
# Clone Upstream
cd ./xpad-noone-debian
2023-03-04 14:18:43 +01:00
git clone https://github.com/medusalix/xpad-noone
# Get build deps
apt-get build-dep ./ -y
# Build package
2023-09-28 21:55:59 +02:00
dpkg-buildpackage --no-sign
2023-03-04 14:18:43 +01:00
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/