python3-orjson/main.sh
Ward Nakchbandi (Cosmic Fusion) 1414a63375 first commit
2023-06-26 12:49:08 +03:00

16 lines
265 B
Bash
Executable File

# 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/