webapp-manager/main.sh
Ward from fusion-voyager-3 37250b156d
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 39s
attempt 2
2024-11-27 21:07:05 +03:00

23 lines
378 B
Bash
Executable File

#! /bin/bash
set -e
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --recurse-submodules --depth=1 https://github.com/linuxmint/webapp-manager
cd ./webapp-manager
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/