labwc-tweaks/main.sh

20 lines
312 B
Bash
Raw Normal View History

2023-06-17 11:33:04 +02:00
#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
2023-06-17 11:34:39 +02:00
git clone https://github.com/labwc/labwc-tweaks.git
cd labwc-tweaks
cp -rvf ../debian ./
2023-06-17 11:33:04 +02: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/