Răsfoiți Sursa

fix: Snap requires a base

Jonathan 2 ani în urmă
părinte
comite
31e0193364
2 a modificat fișierele cu 8 adăugiri și 3 ștergeri
  1. 0 1
      snap/.gitignore
  2. 8 2
      snap/snapcraft.yaml

+ 0 - 1
snap/.gitignore

@@ -1 +0,0 @@
-.snapcraft

+ 8 - 2
snap/snapcraft.yaml

@@ -1,4 +1,5 @@
 name: eza
 name: eza
+base: core22
 version: 'latest'
 version: 'latest'
 summary: Replacement for 'ls' written in Rust
 summary: Replacement for 'ls' written in Rust
 description: |
 description: |
@@ -6,7 +7,12 @@ description: |
   many types of files, such as whether you are the owner, or in the owning
   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
   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
   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
 grade: stable
 confinement: classic
 confinement: classic
 apps:
 apps:
@@ -19,4 +25,4 @@ parts:
     stage-packages:
     stage-packages:
       - libgit2-24
       - libgit2-24
       - cmake
       - cmake
-      - libz-dev
+      - libz-dev