apx/main.sh

16 lines
276 B
Bash
Raw Normal View History

2023-04-29 17:27:11 +02:00
# Clone Upstream
2024-02-27 15:59:24 +01:00
git clone --recursive https://github.com/Vanilla-OS/apx -b v2.4.0
2023-07-13 16:31:54 +02:00
cp -rvf ./debian ./apx/
2023-04-29 17:27:11 +02:00
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/