meshtasticd debian: split libs for PPA (#5745)

This commit is contained in:
Austin
2025-01-05 10:22:11 -06:00
committed by GitHub
co-authored by GitHub
parent 6aabbedc00
commit 35814fd4bc
10 changed files with 132 additions and 9 deletions
Vendored Executable
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/bash
export PLATFORMIO_LIBDEPS_DIR=pio/libdeps
export PLATFORMIO_PACKAGES_DIR=pio/packages
# Download libraries to `libdeps`
platformio pkg install -e native
# Build the source deb
debuild -S