python3-orjson/main.sh

16 lines
265 B
Bash
Raw Normal View History

2023-06-26 11:49:08 +02:00
# Clone Upstream
git clone https://github.com/ijl/orjson -b 3.9.1
cp -rvf ./debian ./orjson/
cd ./orjson
# 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/