mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 17:08:42 +00:00
fix: Snap requires a base
This commit is contained in:
parent
c479c6dcbf
commit
31e0193364
2 changed files with 8 additions and 3 deletions
1
snap/.gitignore
vendored
1
snap/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
.snapcraft
|
|
@ -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 it’s 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
|
Loading…
Add table
Add a link
Reference in a new issue