-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorg.codequill.CodeQuill.yml
33 lines (30 loc) · 1.73 KB
/
org.codequill.CodeQuill.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
id: org.codequill.CodeQuill
runtime: org.gnome.Platform
runtime-version: "46"
sdk: org.gnome.Sdk
command: codequill
finish-args:
- --socket=wayland # Permission needed to show the window
- --socket=fallback-x11 # Permission needed to show the window
- --device=dri # OpenGL, not necessary for all projects
- --share=ipc
modules:
- name: binary
buildsystem: simple
sources:
- type: file
url: https://github.com/The-Best-Codes/codequill/releases/download/v2.0.0/codequill_2.0.0_amd64.deb
sha256: 48de6274c38c93fda340237c2a79df094be2460845378d0b38f4ac51248f5787 # This is required if you are using a remote source
only-arches: [x86_64] #This source is only used on x86_64 Computers
# This path points to the binary file which was created in the .deb bundle.
# Tauri also creates a folder which corresponds to the content of the unpacked .deb.
build-commands:
- ar -x *.deb
- tar -xf data.tar.gz
- "install -Dm755 usr/bin/codequill /app/bin/codequill"
- install -Dm644 usr/share/applications/CodeQuill.desktop /app/share/applications/org.codequill.CodeQuill.desktop
- install -Dm644 usr/share/icons/hicolor/128x128/apps/codequill.png /app/share/icons/hicolor/128x128/apps/org.codequill.CodeQuill.png
- install -Dm644 usr/share/icons/hicolor/32x32/apps/codequill.png /app/share/icons/hicolor/32x32/apps/org.codequill.CodeQuill.png
- install -Dm644 usr/share/icons/hicolor/256x256@2/apps/codequill.png /app/share/icons/hicolor/256x256@2/apps/org.codequill.CodeQuill.png
# Uncomment the following line if you have a metainfo file
#- install -Dm644 org.codequill.CodeQuill.metainfo.xml /app/share/metainfo/org.codequill.CodeQuill.rosary.metainfo.xml