ghostty-glfw/main.sh

27 lines
448 B
Bash
Raw Normal View History

2024-12-28 13:14:28 +01:00
#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2025-02-03 17:16:53 +01:00
VERSION="1.1.0"
2024-12-28 13:14:28 +01:00
# Clone Upstream
2025-02-03 17:16:53 +01:00
mkdir ./ghostty
2024-12-28 13:14:28 +01:00
cp -rvf ./debian ./ghostty/
cd ./ghostty
# Get build deps
2024-12-29 12:05:17 +01:00
LOGNAME=root dh_make --createorig -y -l -p ghostty-glfw_"$VERSION" || echo "dh-make: Ignoring Last Error"
2024-12-28 13:14:28 +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/