This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
python3-maturin/main.sh
Ward Nakchbandi (Cosmic Fusion) 7f2daa496f
2023-10-02 20:43:17 +03:00

16 lines
270 B
Bash
Executable File

# Clone Upstream
git clone https://github.com/PyO3/maturin -b v1.3.0
cp -rvf ./debian ./maturin/
cd ./maturin
# 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/