migrate: to gitea

This commit is contained in:
2026-07-30 09:56:33 +05:30
commit c7443a5bb0
37 changed files with 734 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
. ./headers.sh
for PROJECT in $PROJECTS; do
(cd $PROJECT && DESTDIR="$SYSROOT" $MAKE install)
done