mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-10 14:28:44 +00:00
Merge branch 'master' of https://github.com/willdeberry/exa into willdeberry-master
# Conflicts: # .gitignore
This commit is contained in:
commit
ffd3fe41bb
6
.gitignore
vendored
6
.gitignore
vendored
@ -13,3 +13,9 @@ ubuntu-xenial-16.04-cloudimg-console.log
|
|||||||
/exa-macos-x86_64-*.zip
|
/exa-macos-x86_64-*.zip
|
||||||
/MD5SUMS
|
/MD5SUMS
|
||||||
/SHA1SUMS
|
/SHA1SUMS
|
||||||
|
|
||||||
|
# Snap stuff
|
||||||
|
parts
|
||||||
|
prime
|
||||||
|
stage
|
||||||
|
*.snap
|
||||||
|
1
snap/.gitignore
vendored
Normal file
1
snap/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.snapcraft
|
25
snap/snapcraft.yaml
Normal file
25
snap/snapcraft.yaml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: exa
|
||||||
|
version: 'latest'
|
||||||
|
summary: Replacement for 'ls' written in Rust
|
||||||
|
description: |
|
||||||
|
It uses colours for information by default, helping you distinguish between
|
||||||
|
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. exa is written in Rust, so it’s small, fast, and portable.
|
||||||
|
|
||||||
|
grade: stable
|
||||||
|
confinement: classic
|
||||||
|
|
||||||
|
apps:
|
||||||
|
exa:
|
||||||
|
command: exa
|
||||||
|
|
||||||
|
parts:
|
||||||
|
exa:
|
||||||
|
plugin: rust
|
||||||
|
source: .
|
||||||
|
stage-packages:
|
||||||
|
- libgit2-24
|
||||||
|
- cmake
|
||||||
|
- libz-dev
|
Loading…
x
Reference in New Issue
Block a user