refind/main.sh
Ward from fusion-voyager-3 706c24193c
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 39s
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 1s
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 10s
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 1s
port to pika os 4
2024-07-28 00:35:30 +03:00

28 lines
590 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="0.14.2"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
wget https://sourceforge.net/projects/refind/files/"$VERSION"/refind-src-"$VERSION".tar.gz/download
tar -xf ./refind-src-"$VERSION".tar.gz
cp -rvf ./debian ./refind-"$VERSION"/
cd ./refind-0.14.0.2/
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p refind_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/