python3-orjson/debian/rules
Ward Nakchbandi (Cosmic Fusion) bf03b4398a initial push
2023-06-26 12:54:31 +03:00

15 lines
295 B
Makefile

#!/usr/bin/make -f
DEB_BUILD_OPTIONS=nocheck
%:
dh $@ --with python3 --buildsystem pybuild
override_dh_auto_build:
maturin build --release --strip
override_dh_install:
mkdir -p debian/python3-orjson
python3 -m installer --destdir="debian/python3-orjson" target/wheels/*.whl
dh_install