Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

snap package #4946

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added snap/gui/kitematic.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: kitematic
version: git
summary: Container Management.
description: A simple application for managing Docker containers on Mac, Linux and Windows.
confinement: strict
grade: stable
base: core18
icon: snap/gui/kitematic.png

apps:
kitematic:
command: env TMPDIR=$XDG_RUNTIME_DIR desktop-launch $SNAP/kitematic
plugs:
- desktop
- desktop-legacy
- home
- docker
- x11
- unity7
- browser-support
- network
- gsettings
- pulseaudio
- opengl

parts:
app:
plugin: nodejs
node-engine: "12.4.0"
stage-packages:
- libgconf2-4
- libnotify4
- libnspr4
- libnss3
- libpcre3
- libpulse0
- libxss1
- libxtst6
source: dist/linux-unpacked
after:
- desktop-gtk3