python3-orjson/main.sh
Ward Nakchbandi (Cosmic Fusion) 0446d7935c
2023-10-02 20:48:26 +03:00

16 lines
265 B
Bash
Executable File

# Clone Upstream
git clone https://github.com/ijl/orjson -b 3.9.7
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/