fix: Snap requires a base

This commit is contained in:
Jonathan 2023-11-08 14:18:33 +01:00 committed by Christina Sørensen
parent c479c6dcbf
commit 31e0193364
2 changed files with 8 additions and 3 deletions

1
snap/.gitignore vendored
View file

@ -1 +0,0 @@
.snapcraft

View file

@ -1,4 +1,5 @@
name: eza
base: core22
version: 'latest'
summary: Replacement for 'ls' written in Rust
description: |
@ -6,7 +7,12 @@ description: |
many types of files, such as whether you are the owner, or in the owning
group. It also has extra features not present in the original ls, such as
viewing the Git status for a directory, or recursing into directories with a
tree view. eza is written in Rust, and its small, fast, and portable.
tree view. eza is written in Rust, and it's small, fast, and portable.
issues: https://github.com/eza-community/eza/issues
source-code: https://github.com/eza-community/eza
contact: christina@cafkafk.com
website: https://eza.rocks/
license: MIT
grade: stable
confinement: classic
apps:
@ -19,4 +25,4 @@ parts:
stage-packages:
- libgit2-24
- cmake
- libz-dev
- libz-dev