Add other architectures

This commit is contained in:
2025-09-05 10:58:22 -05:00
parent 12f17f9b81
commit bc9fa39ce4
10 changed files with 178 additions and 29 deletions

View File

@@ -0,0 +1,8 @@
echo "Package: tessesframework" > "$1"
echo "Version: $DEB_VERSION" >> "$1"
echo "Architecture: $2" >> "$1"
echo "Essential: no" >> "$1"
echo "Priority: optional" >> "$1"
echo "Depends: libmbedtls-dev" >> "$1"
echo "Maintainer: Mike Nolan" >> "$1"
echo "Description: A cross platform wrapper library" >> "$1"