build: добавлен pyproject.toml и Makefile, обновлены шаблоны

This commit is contained in:
2026-08-01 04:49:22 +03:00
parent 97f237b281
commit 703fc9dd57
6 changed files with 80 additions and 13 deletions
+11
View File
@@ -0,0 +1,11 @@
.PHONY: install-deps build clean
install-deps:
echo "Проверка и установка зависимостей для сборки deb-пакета..."
sudo apt update && sudo apt install -y debhelper dh-python pybuild-plugin-pyproject python3-build python3-all python3-setuptools build-essential devscripts
build: install-deps
dpkg-buildpackage -us -uc -b
clean:
debian/rules clean