Skip to content

Commit bb64ff9

Browse files
authored
Merge pull request #180 from NoTuxNoBux/add-missing-modules
Add missing 7zip
2 parents 7b2bfea + ab38526 commit bb64ff9

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

7zip.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.]+)$

com.unity.UnityHub.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)