apx/main.sh
Ward from fusion-voyager-3 51d5530898
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 33s
stick with native
2024-07-29 16:40:36 +03:00

26 lines
403 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="2.4.3"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --recurse-submodules https://github.com/Vanilla-OS/apx -b v"$VERSION"
cp -rvf ./debian ./apx/
cd ./apx
# 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/