xpadneo/main.sh
Ward Nakchbandi c23bfbec94 first commit
2023-03-04 16:13:01 +03:00

22 lines
539 B
Bash
Executable File

# Add dependent repositories
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
add-apt-repository https://ppa.pika-os.com
add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream
git clone https://github.com/atar-axis/xpadneo -b v0.9.5
cp -rvf ./debian ./xpadneo
cd ./xpadneo
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p xpadneo_0.9.5
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/