kio-extras/main.sh
Ward from fusion-voyager-3 1bd9d19b1d
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 1m54s
Initial commit
2024-12-22 00:48:06 +03:00

27 lines
516 B
Bash
Executable File

#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="24.08.0"
# Clone Upstream
git clone --depth 1 -b v"$VERSION" https://invent.kde.org/network/kio-extras
cp -rvf ./debian ./kio-extras/
cd ./kio-extras/
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p kio-extras_"$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/