-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackages.toml
99 lines (84 loc) · 1.77 KB
/
packages.toml
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[__config__]
oldver = "old.txt"
newver = "new.txt"
keyfile = "apikeys.ini"
[ansible-gopass]
source = "github"
github = "christian-heusel/ansible-lookup-plugin-gopass"
prefix = "v"
use_max_tag = true
[flemozi]
source = "github"
github = "KRTirtho/flemozi"
prefix = "v"
use_max_tag = true
[fswebcam]
source = "github"
github = "fsphil/fswebcam"
use_max_tag = true
[google-chrome]
source = "apt"
mirror = "https://dl.google.com/linux/chrome/deb/"
pkg = "google-chrome-stable"
suite = "stable"
repo = "main"
strip_release = true
[google-chrome-beta]
source = "apt"
mirror = "https://dl.google.com/linux/chrome/deb/"
pkg = "google-chrome-beta"
suite = "stable"
repo = "main"
strip_release = true
[google-chrome-dev]
source = "apt"
mirror = "https://dl.google.com/linux/chrome/deb/"
pkg = "google-chrome-unstable"
suite = "stable"
repo = "main"
strip_release = true
[kopia]
source = "github"
github = "kopia/kopia"
use_max_tag = true
exclude_regex = ".*(rc).*"
prefix = "v"
[mdt]
source = "github"
github = "basilioss/mdt"
use_max_tag = true
[molly-guard]
source = "debianpkg"
debianpkg = "molly-guard"
strip_release = true
[prometheus-mosquitto-exporter]
source = "github"
github = "sapcc/mosquitto-exporter"
use_max_tag = true
[pawxel]
source = "github"
github = "yeahitsjan/pawxel"
use_max_tag = true
[teleport]
source = "github"
github = "gravitational/teleport"
use_latest_release = true
prefix = "v"
exclude_regex = ".*(rc|r|alpha|beta).*"
[pdfcpu]
source = "github"
github = "pdfcpu/pdfcpu"
use_latest_release = true
prefix = "v"
[spotify]
source = "apt"
mirror = "http://repository.spotify.com/"
pkg = "spotify-client"
suite = "testing"
repo = "non-free"
# strip_release = true
[weechat-notify-send]
source = "github"
github = "s3rvac/weechat-notify-send"
use_latest_release = true
prefix = "v"