add gitignore

This commit is contained in:
Jonas Heinrich 2025-08-19 09:46:19 +02:00
parent 9d23264fb2
commit bd71307c1d
5 changed files with 217 additions and 156 deletions

View file

@ -36,6 +36,10 @@
cp -r ${./templates} $out/share/fragify/
# Provide a WSGI entry file for uWSGI to load
install -Dm644 ${./fragify.py} $out/share/fragify/fragify_wsgi.py
# Install built assets if present
if [ -d ./assets ]; then
cp -r ./assets $out/share/fragify/
fi
'';
meta.mainProgram = "fragify";