vkbasalt/main.sh
Ward from fusion-voyager-3 bd3ddfb9ed fully fix maintscripts
2024-07-26 01:34:12 +03:00

28 lines
531 B
Bash
Executable File

#! /bin/bash
set -e
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="0.3.2.10"
# Clone Upstream
git clone https://github.com/DadSchoorse/vkBasalt.git -b v"$VERSION"
mv ./vkBasalt ./vkbasalt
cp -rvf ./debian ./vkbasalt
cd ./vkbasalt
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p vkbasalt_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/