-
Notifications
You must be signed in to change notification settings - Fork 13
/
org.weechat.weechat.yaml
36 lines (36 loc) · 1004 Bytes
/
org.weechat.weechat.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
# TODO: add ruby
app-id: org.weechat.weechat
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: weechat
rename-desktop-file: weechat.desktop
rename-icon: weechat
finish-args:
- --env=WEECHAT_HOME=~/.config/weechat
- --persist=.config/weechat
- --share=network
cleanup:
- /include
- /lib/pkgconfig
- '*.a'
- '*.la'
modules:
- name: weechat
buildsystem: cmake
config-opts:
- -DENABLE_PHP=OFF
- -DENABLE_RUBY=OFF
sources:
- type: archive
url: https://github.com/weechat/weechat/archive/v3.3.tar.gz
sha256: a9834f84d8b6b37bcea107fe5a283699f1312da6df9dd70d675e70df65cee7c9
x-checker-data:
type: anitya
project-id: 5122
stable-only: true
url-template: https://github.com/weechat/weechat/archive/v$version.tar.gz
modules:
- ../flathub-shared-modules/lua53/lua53.json
- ../shared-modules/tcl/tcl.json
- ../shared-modules/guile/guile.json