ckb-next/main.sh

27 lines
485 B
Bash
Raw Normal View History

2025-02-10 19:41:55 +01:00
#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2025-02-10 19:48:55 +01:00
VERSION="0.6.0git"
2025-02-10 19:41:55 +01:00
# Clone Upstream
2025-02-10 19:43:12 +01:00
git clone https://github.com/ckb-next/ckb-next.git
cp -rvf ./debian ./ckb-next/
cd ./ckb-next/
2025-02-10 19:41:55 +01:00
# Get build deps
2025-02-10 19:43:12 +01:00
LOGNAME=root dh_make --createorig -y -l -p ckb-next_"$VERSION" || echo "dh-make: Ignoring Last Error"
2025-02-10 19:41:55 +01:00
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/