Skip to content

Commit

Permalink
Use strict confinement for the snap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Jun 1, 2020
1 parent a2498ba commit b878abf
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
name: tig
version: git
summary: Text-mode interface for git
license: GPL-2.0
description: |
Tig is an ncurses-based text-mode interface for git. It functions mainly as a
Tig is an ncurses-based text-mode interface for Git. It functions mainly as a
Git repository browser, but can also assist in staging changes for commit at
chunk level and act as a pager for output from various Git commands.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: classic
confinement: strict

base: core18

plugs:
config-tig:
interface: personal-files
read:
- $HOME/.tigrc

apps:
tig:
command: bin/tig
plugs:
- config-tig

parts:
tig:
Expand Down

0 comments on commit b878abf

Please sign in to comment.