-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathnfpm.yaml
More file actions
38 lines (38 loc) · 945 Bytes
/
Copy pathnfpm.yaml
File metadata and controls
38 lines (38 loc) · 945 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
28
29
30
31
32
33
34
35
36
37
38
name: lla
arch: "${ARCH}"
platform: linux
version: "${VERSION}"
section: utils
priority: optional
maintainer: "Achaq <hi@achaq.dev>"
description: |
Blazing fast and highly customizable ls replacement with superpowers.
homepage: "https://github.com/chaqchase/lla"
license: "MIT"
provides:
- lla
contents:
- src: "${BINARY_PATH}"
dst: "/usr/bin/lla"
file_info:
mode: 0755
- src: "LICENSE"
dst: "/usr/share/licenses/lla/LICENSE"
file_info:
mode: 0644
- src: "completions/lla.bash"
dst: "/usr/share/bash-completion/completions/lla"
file_info:
mode: 0644
- src: "completions/_lla"
dst: "/usr/share/zsh/site-functions/_lla"
file_info:
mode: 0644
- src: "completions/lla.fish"
dst: "/usr/share/fish/vendor_completions.d/lla.fish"
file_info:
mode: 0644
- src: "completions/lla.elv"
dst: "/usr/share/elvish/lib/completions/lla.elv"
file_info:
mode: 0644