booster/main.sh
2024-09-13 20:14:57 +02:00

30 lines
590 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="0.11.5.ferreogit"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone https://github.com/ferrreo/booster.git
cp -rvf ./debian ./booster/
cp -vf ./Makefile ./booster/
cp -vf ./booster.yml ./booster/
cp -vf ./update-initramfs ./booster/
cd ./booster
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p booster_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/