ags/main.sh

27 lines
504 B
Bash
Raw Normal View History

2023-08-20 15:25:07 +02:00
#! /bin/bash
2024-07-27 16:57:11 +02:00
set -e
2023-08-20 15:25:07 +02:00
2024-07-27 16:57:11 +02:00
VERSION="1.0.3.ferreo"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2024-07-10 08:26:11 +02:00
2023-08-20 15:25:07 +02:00
# Clone Upstream
2024-07-27 17:00:41 +02:00
git clone --recurse-submodules https://github.com/ferrreo/ags.git -b systray
2024-07-27 16:57:11 +02:00
cp -rvf ./debian ./ags/
2023-08-20 15:27:12 +02:00
cd ./ags
2023-08-20 15:25:07 +02:00
# Get build deps
apt-get build-dep ./ -y
# Build package
2024-07-27 16:57:11 +02:00
LOGNAME=root dh_make --createorig -y -l -p ags_"$VERSION" || echo "dh-make: Ignoring Last Error"
2023-08-20 15:25:07 +02:00
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/