This repository has been archived by the owner on May 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
com.microsoft.AzureStorageExplorer.yaml
82 lines (82 loc) · 2.88 KB
/
com.microsoft.AzureStorageExplorer.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
app-id: com.microsoft.AzureStorageExplorer
runtime: org.freedesktop.Platform
runtime-version: "23.08"
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.dotnet6
command: StorageExplorer
separate-locales: false
tags:
- proprietary
build-options:
append-path: "/usr/lib/sdk/dotnet6/bin"
append-ld-library-path: "/usr/lib/sdk/dotnet6/lib"
env:
PKG_CONFIG_PATH: "/app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/sdk/dotnet6/lib/pkgconfig"
finish-args:
- "--filesystem=home"
- "--share=ipc"
- "--socket=x11"
- "--socket=pulseaudio"
- "--share=network"
- "--device=dri"
- "--talk-name=org.freedesktop.secrets"
- "--talk-name=org.gnome.SessionManager"
- "--talk-name=com.canonical.AppMenu.Registrar"
- "--talk-name=com.canonical.AppMenu.Registrar.*"
- "--system-talk-name=org.freedesktop.login1"
- "--persist=.IdentityService"
- "--persist=ScriptedHost"
cleanup:
- "/include"
- "/lib/pkgconfig"
- "/share/pkgconfig"
- "/share/aclocal"
- "/man"
- "/share/man"
- "/share/gtk-doc"
- "/share/doc"
- "*.la"
- "*.a"
modules:
- shared-modules/libsecret/libsecret.json
- name: storage-explorer
buildsystem: simple
build-commands:
- install.sh
- install -Dm644 com.microsoft.AzureStorageExplorer.appdata.xml /app/share/appdata/com.microsoft.AzureStorageExplorer.appdata.xml
- install -Dm644 storage-explorer_256.png /app/share/icons/hicolor/256x256/apps/com.microsoft.AzureStorageExplorer.png
- install -Dm644 com.microsoft.AzureStorageExplorer.desktop /app/share/applications/com.microsoft.AzureStorageExplorer.desktop
- install -D apply_extra -t /app/bin
- install -D StorageExplorer -t /app/bin
sources:
- type: script
dest-filename: apply_extra
commands:
- "mkdir storageexplorer"
- "tar xfz storage-explorer.tar.gz -C storageexplorer"
- "rm -f storage-explorer.tar.gz"
- type: file
path: StorageExplorer
- type: file
path: com.microsoft.AzureStorageExplorer.desktop
- type: file
path: com.microsoft.AzureStorageExplorer.appdata.xml
- type: file
path: icons/storage-explorer_256.png
- type: extra-data
filename: storage-explorer.tar.gz
only-arches:
- x86_64
url: https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.32.1/StorageExplorer-linux-x64.tar.gz
sha256: 43ab7e366913aa74af0253d7c1a3a51764c6b093cc497fa42f647215f2ebfcdf
size: 151053708
x-checker-data:
type: json
url: https://api.github.com/repos/microsoft/AzureStorageExplorer/releases/latest
version-query: .name
timestamp-query: .published_at
url-query: .assets[] | select (.name | contains("linux-x64")) | .browser_download_url
dist: stable
component: main