-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.timcharper.EmojiClu.yml
More file actions
32 lines (32 loc) · 1023 Bytes
/
io.github.timcharper.EmojiClu.yml
File metadata and controls
32 lines (32 loc) · 1023 Bytes
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
app-id: io.github.timcharper.EmojiClu
runtime: org.gnome.Platform
runtime-version: "48"
sdk: org.gnome.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
command: emojiclu
finish-args:
- --socket=fallback-x11
- --share=ipc
- --socket=wayland
- --socket=pulseaudio
- --device=dri
modules:
- name: emojiclu
buildsystem: simple
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
env:
CARGO_HOME: /run/build/emojiclu/cargo
CARGO_NET_OFFLINE: 'true'
sources:
- type: git
url: https://github.com/timcharper/EmojiClu.git
tag: v1.1.2
commit: 36cb3ae6cdf18f02c30c1e9c8e594b91a46f988b
- cargo-sources.json
build-commands:
- cargo --offline fetch --manifest-path Cargo.toml --verbose
- CARGO_OFFLINE=1 make packaging/dist
- cp -r packaging/dist/* /app/
- install -D packaging/flatpak/metainfo/io.github.timcharper.EmojiClu.appdata.xml /app/share/metainfo/io.github.timcharper.EmojiClu.appdata.xml