forked from flathub/app.curocalc.calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.curocalc.calculator.yml
More file actions
36 lines (36 loc) · 1.44 KB
/
Copy pathapp.curocalc.calculator.yml
File metadata and controls
36 lines (36 loc) · 1.44 KB
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
app-id: app.curocalc.calculator
runtime: org.freedesktop.Platform
runtime-version: '25.08'
sdk: org.freedesktop.Sdk
command: curocalc
finish-args:
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --device=dri
modules:
- name: curocalc
buildsystem: simple
build-commands:
- cp -r curocalc /app/curocalc
- chmod +x /app/curocalc/curocalc
- mkdir -p /app/bin
- ln -s /app/curocalc/curocalc /app/bin/curocalc
- install -Dm0644 curocalc/app.curocalc.calculator.desktop /app/share/applications/app.curocalc.calculator.desktop
- install -Dm0644 curocalc/app.curocalc.calculator.metainfo.xml /app/share/metainfo/app.curocalc.calculator.metainfo.xml
- install -Dm0644 curocalc/app.curocalc.calculator.svg /app/share/icons/hicolor/scalable/apps/app.curocalc.calculator.svg
sources:
- type: archive
url: https://github.com/andrewmurphy353/curo_app_bin/releases/download/2.6.2/curocalc-2.6.2-linux-x86_64.tar.gz
sha256: b24405bece55b7bd2247d59b5f5fa422d06d0ea693da18d4bb3314d70cb48f1a
strip-components: 1
dest: curocalc
only-arches:
- x86_64
- type: archive
url: https://github.com/andrewmurphy353/curo_app_bin/releases/download/2.6.2/curocalc-2.6.2-linux-arm64.tar.gz
sha256: 46871c66ed7741a34e973b5aa0c3acee2bd19ebb688fe305cfefffb6eb6c46bc
strip-components: 1
dest: curocalc
only-arches:
- aarch64