Add more architectures

This commit is contained in:
2025-09-05 11:36:02 -05:00
parent 12f1f836ae
commit 82d1b57aaf
13 changed files with 129 additions and 34 deletions

View File

@@ -0,0 +1,8 @@
echo "Package: crosslang" > "$1"
echo "Version: $DEB_VERSION" >> "$1"
echo "Architecture: $2" >> "$1"
echo "Essential: no" >> "$1"
echo "Priority: optional" >> "$1"
echo "Depends: tessesframework, libffi-dev" >> "$1"
echo "Maintainer: Mike Nolan" >> "$1"
echo "Description: A programming language" >> "$1"