papirus-colors/main.sh
Ward from fusion-voyager-3 65524e3544
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 22s
adapt to OS 4
2024-08-27 01:46:26 +03:00

27 lines
517 B
Bash
Executable File

#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="20220526git"
# Clone Upstream
git clone --depth=1 https://github.com/varlesh/papirus-colors
cp -rvf ./debian ./papirus-colors/
cd ./papirus-colors/
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p papirus-colors_"$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/