-
-
Notifications
You must be signed in to change notification settings - Fork 144
/
app.getclipboard.Clipboard.yml
30 lines (30 loc) ยท 1.04 KB
/
app.getclipboard.Clipboard.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
app-id: app.getclipboard.Clipboard
runtime: org.freedesktop.Platform
runtime-version: '22.08'
sdk: org.freedesktop.Sdk
command: cb
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --filesystem=host
- --filesystem=xdg-run/Clipboard
- --socket=pulseaudio
modules:
- name: cb
buildsystem: cmake-ninja
post-install:
- install -D app.getclipboard.Clipboard.metainfo.xml /app/share/metainfo/app.getclipboard.Clipboard.metainfo.xml
- install -D app.getclipboard.Clipboard.desktop /app/share/applications/app.getclipboard.Clipboard.desktop
- install -D app.getclipboard.Clipboard.png /app/share/icons/hicolor/512x512/apps/app.getclipboard.Clipboard.png
sources:
- type: git
url: https://github.com/Slackadays/Clipboard
branch: main
- type: file
path: app.getclipboard.Clipboard.metainfo.xml
- type: file
path: app.getclipboard.Clipboard.desktop
- type: file
path: app.getclipboard.Clipboard.png
config-opts: ["-DCMAKE_BUILD_TYPE=Release"]