add gitignore
This commit is contained in:
parent
9d23264fb2
commit
bd71307c1d
5 changed files with 217 additions and 156 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue