vkbasalt/main32.sh

17 lines
311 B
Bash
Raw Normal View History

2023-03-08 17:17:41 +01:00
# Clone Upstream
git clone https://github.com/DadSchoorse/vkBasalt.git -b v0.3.2.10
2023-03-08 17:17:41 +01:00
mv ./vkBasalt ./vkbasalt
cp -rvf ./debian ./vkbasalt
2023-03-08 17:37:13 +01:00
cd ./vkbasalt
2023-03-08 17:17:41 +01:00
# Get build deps
apt-get build-dep ./ -y
2023-03-08 17:17:41 +01:00
# Build package
dpkg-buildpackage --no-sign
2023-03-08 17:17:41 +01:00
# Move the debs to output
cd ../
2023-03-08 17:17:41 +01:00
mkdir -p ./output
mv ./*.deb ./output/