scx/main.sh

28 lines
530 B
Bash
Raw Normal View History

2024-08-15 21:01:35 +02:00
#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2024-08-15 21:58:50 +02:00
VERSION="1.0.2.git"
2024-08-15 21:01:35 +02:00
# Clone Upstream
2024-08-15 21:58:50 +02:00
#git clone https://github.com/sched-ext/scx.git -b v"$VERSION"
git clone https://github.com/sched-ext/scx.git
2024-08-15 21:07:56 +02:00
cp -rvf ./debian ./scx/
cd ./scx/
2024-08-15 21:01:35 +02:00
# Get build deps
2024-08-15 21:07:56 +02:00
LOGNAME=root dh_make --createorig -y -l -p scx_"$VERSION" || echo "dh-make: Ignoring Last Error"
2024-08-15 21:01:35 +02:00
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/