This commit is contained in:
Marie 2025-01-15 20:10:25 +01:00
commit b2adb64da0
8 changed files with 34 additions and 0 deletions

0
.gitignore vendored Normal file
View file

6
.gitmodules vendored Normal file
View file

@ -0,0 +1,6 @@
[submodule "mariebuild"]
path = mariebuild
url = https://github.com/FelixEcker/mariebuild
[submodule "fpc-sitegen"]
path = fpc-sitegen
url = https://github.com/FelixEcker/fpc-sitegen

1
README Normal file
View file

@ -0,0 +1 @@
this is stupid, i know

BIN
bin/fpc-sitegen Executable file

Binary file not shown.

BIN
bin/mb Executable file

Binary file not shown.

25
build.bash Executable file
View file

@ -0,0 +1,25 @@
#!/usr/bin/env bash
set -e
info() {
printf "\x1b[1m\x1b[32m==>\x1b[0m\x1b[1m $1\x1b[0m\n"
}
mkdir -p bin
info "updating"
git submodule update --init
info "building mariebuild"
cd mariebuild
./setup.bash
./build.bash
./mb -t release -n
cp ./mb ../bin/
cd ..
info "building fpc-sitegen"
cd fpc-sitegen
../bin/mb -t release -n
cp build/release/fpc-sitegen ../bin/

1
fpc-sitegen Submodule

@ -0,0 +1 @@
Subproject commit 011e4bc6d828f4d62bd69ceb1eaf93ddd59ef7db

1
mariebuild Submodule

@ -0,0 +1 @@
Subproject commit 70df4d1e869b5c7c38ed806070673ff74e642572