Push first build

This commit is contained in:
2025-10-18 23:08:09 -05:00
parent f5890d070f
commit 843e30211f
7 changed files with 224 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
echo "Package: tessesframework-webview" > "$1"
echo "Version: $DEB_VERSION" >> "$1"
echo "Architecture: $2" >> "$1"
echo "Essential: no" >> "$1"
echo "Priority: optional" >> "$1"
echo "Depends: tessesframework libgtk-4-1 libwebkitgtk-6.0-4" >> "$1"
echo "Maintainer: Mike Nolan" >> "$1"
echo "Description: WebView For TessesFramework" >> "$1"