File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # UnityHub > 3.12.0 (at least 3.16.0) started requiring 7zip for the extraction
2+ # of Unity modules during installation.
3+ name : 7zip
4+ buildsystem : simple
5+ subdir : CPP/7zip/Bundles/Alone2
6+ build-commands :
7+ - make -j $FLATPAK_BUILDER_N_JOBS -f makefile.gcc
8+ - install -D ./_o/7zz -t /app/bin
9+ - ln -s /app/bin/7zz /app/bin/7za
10+ - ln -s /app/bin/7zz /app/bin/7z
11+ sources :
12+ - type : git
13+ url : https://github.com/ip7z/7zip.git
14+ tag : ' 25.01'
15+ commit : 5e96a8279489832924056b1fa82f29d5837c9469
16+ x-checker-data :
17+ type : git
18+ tag-pattern : ^([\d.]+)$
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ modules:
4444 - shared-modules/glu/glu-9.json
4545 - shared-modules/libsecret/libsecret.json
4646 - openssl-1.1.yaml
47+ - 7zip.yaml
4748
4849 - name : unityhub
4950 buildsystem : simple
You can’t perform that action at this time.
0 commit comments