vkbasalt/main.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:49 +01:00
cd ./vkbasalt
2023-03-08 17:17:41 +01:00
# Get build deps
apt-get build-dep ./ -y
# Build package
2023-05-06 22:56:29 +02:00
dpkg-buildpackage --no-sign
2023-03-08 17:17:41 +01:00
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/