apx/main.sh
Ward Nakchbandi (Cosmic Fusion) 4738c80036
adapt to apx v2
2023-07-13 17:31:54 +03:00

16 lines
266 B
Bash
Executable File

# Clone Upstream
git clone --recursive https://github.com/Vanilla-OS/apx
cp -rvf ./debian ./apx/
cd ./apx
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/