feat: Add CalcDB to extra

This commit is contained in:
Eragon 2024-03-08 14:59:47 +01:00
parent f8b661b4ed
commit 5a8e2677c6
Signed by: Eragon
GPG Key ID: 087126EBFC725006
4 changed files with 16 additions and 2 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "v5shoutbox"]
path = v5shoutbox
url = https://gitea.planet-casio.com/devs/v5shoutbox.git
[submodule "CalcDB"]
path = CalcDB
url = https://gitea.planet-casio.com/Lephenixnoir/CalcDB.git

1
CalcDB Submodule

@ -0,0 +1 @@
Subproject commit 57db56f63919cf8a85cf97a63eebed5a92752f84

View File

@ -11,8 +11,13 @@ shoutbox:
mkdir -p extra/v5shoutbox
cp v5shoutbox/* extra/v5shoutbox/
calcdb:
cd CalcDB && $(MAKE) all
mkdir -p extra/calcdb
cp CalcDB/out/* extra/calcdb/
release: shoutbox emoji
tar -cf PCv5-extra.tar.zstd extra/
.PHONY: release
.PHONY: release

View File

@ -5,6 +5,7 @@ Ce dépot contient les dépendances optionnelles de la v5.
- emoji-picker-elements
- emoji-picker-elements-data
- v5shoutbox
- CalcDB
Les dépendances sont construites sur les PC des devs puis fournies sous forme de releases (archive tar).
@ -20,4 +21,8 @@ TBC
# v5shoutbox
TBC
TBC
# CalcDB
TBC