gnome-shell-extension-just-.../main.sh
Ward from fusion-voyager-3 306bdcf078
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 1m2s
add files
2024-08-27 21:32:05 +03:00

25 lines
459 B
Bash
Executable File

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