falcon/main.sh
ferreo 66e3ec61da
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 58s
move some stuff
2024-12-05 23:16:34 +00:00

24 lines
385 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="1.0.4"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
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/