Update main.sh

This commit is contained in:
ferreo 2024-11-04 17:48:16 +01:00
parent 3cf11c8d41
commit 35c3df19a8

12
main.sh
View File

@ -2,23 +2,23 @@
set -e
VERSION="1.0.7"
VERSION="1.1.0"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone https://github.com/carapace-sh/carapace-bin.git -b v"$VERSION" ./carapace
cp -rvf ./debian ./carapace/
cp -rvf ./Makefile-v3 ./carapace/Makefile
cd ./carapace
git clone https://github.com/carapace-sh/carapace-bridge.git -b v"$VERSION" ./carapace-bridge
cp -rvf ./debian ./carapace-bridge/
cp -rvf ./Makefile-v3 ./carapace-bridge/Makefile
cd ./carapace-bridge
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p carapace_"$VERSION" || echo "dh-make: Ignoring Last Error"
LOGNAME=root dh_make --createorig -y -l -p carapace-bridge"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output