Update main.sh

This commit is contained in:
ferrreo 2023-08-20 14:27:12 +01:00 committed by GitHub
parent b3d5b22405
commit e40af08410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
main.sh
View File

@ -3,11 +3,15 @@
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
mkdir -p ./src-pkg-name
cp -rvf ./debian ./src-pkg-name/
cd ./src-pkg-name/
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
# Build package