-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
27 lines (25 loc) · 634 Bytes
/
snapcraft.yaml
File metadata and controls
27 lines (25 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: natls
version: '2.1.14'
summary: the 'ls' replacement you never knew you needed
description: |
Nat is a complete replacement for the 'ls' command
Nats features include
* Showing file permissions
* Showing file size
* Showing the date that the file was modified last
* Showing the user that the file belongs to
* Showing the group that the file belongs to
* An easy to use file search
* A splash of color to distinguish between files and folders
base: core20
parts:
natls:
plugin: rust
source: .
build-packages:
- gcc-multilib
apps:
natls:
command: bin/natls
plugs:
- home