forked from minetest/minetest
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAppImageBuilder.yml
72 lines (64 loc) · 1.83 KB
/
AppImageBuilder.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
version: 1
AppDir:
path: ./AppDir
app_info:
id: district53
name: District53
icon: minetest
version: 5.9.0.001
exec: usr/bin/District53
exec_args: $@
runtime:
env:
APPDIR_LIBRARY_PATH: $APPDIR/usr/lib/x86_64-linux-gnu
apt:
arch: amd64
sources:
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal main universe
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal-updates main universe
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal-backports main universe
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal-security main universe
- sourceline: deb http://archive.ubuntu.com/ubuntu/ jammy main universe
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C'
include:
- libc6
- libcurl3-gnutls
- libcurl4
- libfreetype6
- libgl1
- libjpeg-turbo8
- libjsoncpp1
- libleveldb1d
- libopenal1
- libpng16-16
- libsqlite3-0
- libstdc++6
- libvorbisfile3
- libx11-6
- libxxf86vm1
- zlib1g
- libluajit-5.1-dev
- libssl-dev
- libmysqlclient-dev
- libfuse2
- libjsoncpp25
- libavcodec58
- libavformat58
- libavutil56
- libswscale5
files:
exclude:
- usr/share/man
- usr/share/doc/*/README.*
- usr/share/doc/*/changelog.*
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/TODO.*
AppImage:
update-information: None
sign-key: D85EFD1CF2B8800C88B6A2DEEA8DF9DC979031BE
arch: x86_64
script: |
cmake --install .
mkdir -p AppDir/usr/lib/x86_64-linux-gnu
cp ../../irrlicht/lib/Linux/libIrrlichtMt.so.1.9.0.15 AppDir/usr/lib/x86_64-linux-gnu