ags/main.sh
Ward from fusion-voyager-3 f6022303db
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 40s
port to pika os 4
2024-07-27 18:12:24 +03:00

29 lines
549 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="1.0.3.ferreo"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --recurse-submodules https://github.com/ferrreo/ags.git -b systray
cp -rvf ./debian ./ags/
cd ./ags
# Get build deps
apt-get build-dep ./ -y
npm install
npm install -g typescript@latest
# Build package
LOGNAME=root dh_make --createorig -y -l -p ags_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/