Added install step to makefile; start PKGBUILD

Also added MIT License
This commit is contained in:
Harvey Tindall
2020-08-19 12:10:34 +01:00
parent af47cd9f0b
commit c778837593
3 changed files with 85 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ copy:
echo "Copying data"
cp -r data build/
install:
cp -r build $(DESTDIR)/jfa-go
all: configuration sass mail compile copy
headless: configuration sass-headless mail-headless copy