commit 29ce33dd065c5cf0d9770a9de25b078449dbf289 Author: MrBesen Date: Fri Mar 11 16:21:54 2022 +0100 initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b63f466 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build-dir/ +.flatpak-builder/ \ No newline at end of file diff --git a/de.ygerlach.Tictactoebot.yml b/de.ygerlach.Tictactoebot.yml new file mode 100644 index 0000000..933a047 --- /dev/null +++ b/de.ygerlach.Tictactoebot.yml @@ -0,0 +1,24 @@ +app-id: de.ygerlach.Tictactoebot +runtime: org.freedesktop.Platform +runtime-version: '21.08' +sdk: org.freedesktop.Sdk +command: tictactoebot +finish-args: + - --share=network +cleanup: +modules: + - name: bot + buildsystem: simple + build-commands: + - ln -sr json/include/nlohmann tttb/TAPI/include + - make -j -C tttb + - install -D tttb/tictactoebot /app/bin/tictactoebot + sources: + - type: git + url: https://github.com/nlohmann/json.git + tag: 'v3.7.3' + dest: 'json' + - type: git + url: https://git.mrbesen.de/MrBesen/tictactoebot.git + branch: master + dest: 'tttb' \ No newline at end of file