booster/main.sh

30 lines
590 B
Bash
Raw Permalink Normal View History

2024-07-24 13:05:08 +02:00
#! /bin/bash
set -e
2024-09-16 19:42:47 +02:00
VERSION="0.11.6.ferreogit"
2024-07-24 13:05:08 +02:00
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/