forked from peteonrails/voxtype
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnfpm.yaml
More file actions
76 lines (62 loc) · 1.51 KB
/
nfpm.yaml
File metadata and controls
76 lines (62 loc) · 1.51 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name: voxtype
version: 0.2.2
arch: amd64
platform: linux
maintainer: Peter Jackson <pete@peteonrails.com>
description: Push-to-talk voice-to-text for Wayland Linux systems
vendor: voxtype.io
homepage: https://voxtype.io
license: MIT
section: utils
contents:
- src: target/release/voxtype
dst: /usr/bin/voxtype
file_info:
mode: 0755
- src: config/default.toml
dst: /etc/voxtype/config.toml
type: config|noreplace
file_info:
mode: 0644
- src: packaging/systemd/voxtype.service
dst: /usr/lib/systemd/user/voxtype.service
file_info:
mode: 0644
- src: README.md
dst: /usr/share/doc/voxtype/README.md
file_info:
mode: 0644
- src: docs/INSTALL.md
dst: /usr/share/doc/voxtype/INSTALL.md
file_info:
mode: 0644
- src: LICENSE
dst: /usr/share/licenses/voxtype/LICENSE
file_info:
mode: 0644
- src: packaging/completions/voxtype.bash
dst: /usr/share/bash-completion/completions/voxtype
file_info:
mode: 0644
- src: packaging/completions/voxtype.zsh
dst: /usr/share/zsh/site-functions/_voxtype
file_info:
mode: 0644
- src: packaging/completions/voxtype.fish
dst: /usr/share/fish/vendor_completions.d/voxtype.fish
file_info:
mode: 0644
recommends:
- ydotool
- wl-clipboard
suggests:
- libnotify
- pipewire
rpm:
summary: Push-to-talk voice-to-text for Wayland Linux
group: Applications/Multimedia
deb:
fields:
Priority: optional
scripts:
postinstall: packaging/scripts/postinstall.sh