refind/main.sh
Ward from fusion-voyager-3 f3777a71a7
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 22s
port to pika os 4
2024-07-28 00:39:57 +03:00

28 lines
583 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
tar -xf ./refind-src-"$VERSION".tar.gz
cp -rvf ./debian ./refind-"$VERSION"/
cd ./refind-"$VERSION"/
# 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/