python3-fvs/main.sh
Ward Nakchbandi (Cosmic Fusion) ae31baec38 first commit
2023-06-26 13:00:32 +03:00

16 lines
271 B
Bash
Executable File

# Clone Upstream
git clone https://github.com/mirkobrombin/FVS -b 0.3.4 ./fvs
cp -rvf ./debian ./fvs/
cd ./fvs
# 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/