wayshot/main.sh

21 lines
356 B
Bash
Raw Normal View History

2023-07-06 17:59:29 +01:00
#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
2023-07-06 18:00:15 +01:00
git clone https://github.com/waycrate/wayshot.git --recurse-submodules
cd wayshot
cp -rvf ../debian ./
2023-07-06 18:15:28 +01:00
cp -vf ../Makefile ./Makefile
2023-07-06 17:59:29 +01:00
# 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/