-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathio.howl.Editor.yaml
43 lines (43 loc) · 1.28 KB
/
io.howl.Editor.yaml
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
app-id: io.howl.Editor
runtime: org.gnome.Platform
runtime-version: '46'
sdk: org.gnome.Sdk
command: howl
rename-appdata-file: howl.appdata.xml
rename-desktop-file: howl.desktop
rename-icon: howl
copy-icon: true
finish-args:
- '--share=ipc'
- '--share=network'
- '--socket=x11'
- '--socket=wayland'
- '--filesystem=host'
- '--own-name=io.howl.*'
- '--talk-name=org.freedesktop.Flatpak'
modules:
- name: howl
buildsystem: simple
build-commands:
- 'make -C src install PREFIX=$FLATPAK_DEST'
sources:
- type: archive
url: 'https://github.com/howl-editor/howl/releases/download/0.6/howl-0.6.tgz'
sha256: '834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1'
- type: patch
path: fix_appdata.patch
- type: git
# Try master for LuaJIT on aarch64 as the included version crashes
# when building.
only-arches:
- aarch64
url: https://github.com/LuaJIT/LuaJIT
# branch: v2.1
commit: 3f9389edc6cdf3f78a6896d550c236860aed62b2
dest: 'src/deps/LuaJIT-2.1.0-beta3~git'
- type: shell
only-arches:
- aarch64
commands:
- rm -fr src/deps/LuaJIT-2.1.0-beta3
- mv src/deps/LuaJIT-2.1.0-beta3~git src/deps/LuaJIT-2.1.0-beta3