This repository has been archived on 2024-07-26. You can view files and clone it, but cannot push or open issues or pull requests.
wlr-randr/main.sh
Ward from fusion-voyager-3 93caa6bf2e
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 5s
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Has been cancelled
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 1s
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 1s
port to pika os 4
2024-07-26 21:17:08 +03:00

27 lines
521 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="0.3.0"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --recurse-submodules https://git.sr.ht/~emersion/wlr-randr -b "$VERSION"
cp -rvf ./debian ./wlr-randr/
cd ./wlr-randr
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p wlr-randr_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/