feat: external project build template

This commit is contained in:
pips 2025-09-22 13:31:02 +02:00
commit e4a92d0ecf
6 changed files with 109 additions and 0 deletions

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# Template for external project package building
- git submodule add <https://repo.example.com/external/repo.git> upstream
- Makefile: change package name & compile / dpkg target instructions
- Dockerfile.builder: required deb packages / base image
- deb-package/DEBIAN/control: Package name, depends, conflict & description