ags1/main.sh
2024-11-11 21:14:57 +01:00

29 lines
532 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="1.8.2"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --recurse-submodules https://github.com/ferrreo/ags.git
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 ags1_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/