falcon/main.sh
ferreo ed2c2eb112
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 28s
Fix intel
2024-09-02 22:38:01 +01:00

27 lines
449 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="1.0.2"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
mkdir -p ./falcon
cp -rvf ./* ./falcon || true
cd ./falcon
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p falcon_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/