ags/main.sh
2023-08-20 14:34:17 +01:00

26 lines
393 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
git clone https://github.com/ferrreo/ags.git
cd ./ags
git checkout mpris-use-hash-for-cache
git submodule update --init
cp -rvf ../debian ./
# Get build deps
apt-get update
apt-get build-dep ./ -y
npm install
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/