4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00
qortal-ui/snap/snapcraft.yaml
2022-01-02 18:57:32 +01:00

42 lines
910 B
YAML

name: qortal-ui
version: 1.6.2
summary: Qortal UI for Linux
description: Qortal Project - decentralize the world - Data storage, communications, web hosting, decentralized trading, complete infrastructure for the future blockchain-based Internet.
confinement: strict
grade: stable
icon: snap/gui/256x256.png
architectures:
- build-on: amd64
run-on: [amd64, armhf, arm64, i386, ppc64el, s390x]
base: core18
apps:
qortal-ui:
command: qortal-ui
plugs:
- desktop
- desktop-legacy
- home
- x11
- unity7
- browser-support
- network
- gsettings
- pulseaudio
- opengl
parts:
app:
plugin: dump
stage-packages:
- libasound2
- libgconf2-4
- libnotify4
- libnspr4
- libnss3
- libpcre3
- libpulse0
- libxss1
- libxtst6
source: dist/linux-unpacked
after:
- desktop-gtk3