protonplus/main.sh
Ward from fusion-voyager-3 2451b1d952
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 47s
Attempt 0: package protonplus
2024-11-02 16:45:07 +03:00

25 lines
508 B
Bash
Executable File

#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="0.4.20"
# Clone Upstream
git clone -b v"$VERSION" https://github.com/Vysp3r/ProtonPlus protonplus
cp -rvf ./debian ./protonplus/
cd ./protonplus
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p protonplus_"$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/