Initial commit

This commit is contained in:
2025-11-01 23:54:33 -05:00
commit f397068f8d
44 changed files with 13027 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
echo "Package: tessesframework-gfx" > "$1"
echo "Version: $DEB_VERSION" >> "$1"
echo "Architecture: $2" >> "$1"
echo "Essential: no" >> "$1"
echo "Priority: optional" >> "$1"
echo "Depends: tessesframework" >> "$1"
echo "Maintainer: Mike Nolan" >> "$1"
echo "Description: Graphics Library For TessesFramework" >> "$1"