Sfoglia il codice sorgente

fix: Snap requires a base

Jonathan 2 anni fa
parent
commit
31e0193364
2 ha cambiato i file con 8 aggiunte e 3 eliminazioni
  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
+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