pkg-bottles/main.sh

16 lines
283 B
Bash
Raw Normal View History

2023-02-24 15:13:32 +01:00
# Clone Upstream
2023-06-26 10:17:44 +02:00
git clone bottles https://github.com/bottlesdevs/Bottles -b 51.6
cp -rvf ./debian ./bottles/
cd ./bottles
2023-02-24 15:13:32 +01:00
# Get build deps
2023-02-24 15:39:01 +01:00
apt-get build-dep ./ -y
2023-02-24 15:13:32 +01:00
2023-02-24 15:56:38 +01:00
# Build package
2023-05-11 10:22:59 +02:00
dpkg-buildpackage --no-sign
2023-02-24 15:56:38 +01:00
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/