This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
labwc/main.sh

21 lines
317 B
Bash
Raw Normal View History

2023-06-17 11:27:59 +02:00
#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
2023-06-17 11:31:15 +02:00
git clone https://github.com/labwc/labwc.git
cd labwc
git checkout 0.6.3
cp -rvf ../debian ./
2023-06-17 11:27:59 +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/