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

16 lines
270 B
Bash
Raw Permalink Normal View History

2023-06-26 10:55:21 +02:00
# Clone Upstream
2023-10-02 19:43:17 +02:00
git clone https://github.com/PyO3/maturin -b v1.3.0
2023-06-26 10:55:21 +02:00
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/