-
Notifications
You must be signed in to change notification settings - Fork 1
/
aur.toml
82 lines (66 loc) · 1.74 KB
/
aur.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
[__config__]
oldver = "aur_old.txt"
newver = "aur_new.txt"
# aur packages maintained by me
[assetfinder]
source = "github"
github = "tomnomnom/assetfinder"
use_max_tag = true
prefix = "v"
[awx]
source = "github"
github = "ansible/awx"
use_max_tag = true
[butane]
source = "github"
github = "coreos/butane"
use_latest_release = true
prefix = "v"
[gnome-shell-extension-workspace-matrix]
source = "github"
github = "mzur/gnome-shell-wsmatrix"
use_latest_release = true
prefix = "v"
[google-tsunami-security-scanner]
source = "github"
github = "google/tsunami-security-scanner"
use_latest_release = true
[xssmap]
source = "github"
github = "secdec/xssmap"
[zoiper]
source = "cmd"
cmd = "curl 'https://www.zoiper.com/en/voip-softphone/download/zoiper5/for/linux' --header 'Cookie: PHPSESSID=' -J -v -o /dev/null 2>&1 | grep filename | sed -e 's/.*Zoiper5_//g' -e 's/_x86_64.tar.xz\"//g'"
[pumba]
source = "github"
github = "alexei-led/pumba"
use_max_tag = true
[dockle]
source = "github"
github = "goodwithtech/dockle"
use_max_tag = true
prefix = "v"
[anteon]
source = "github"
github = "getanteon/anteon"
use_latest_release = true
prefix = "selfhosted-"
[dstp]
source = "github"
github = "ycd/dstp"
use_max_tag = true
prefix = "v"
[spotdl]
source = "pypi"
github = "spotdl"
[docker-bench-security]
source = "github"
github = "docker/docker-bench-security"
use_max_tag = true
prefix = "v"
# [jmeter-plugins-manager]
# source = "cmd"
# cmd = "curl -Is https://jmeter-plugins.org/get/ | grep Location | sed -e 's/.*jmeter-plugins-manager-//g' -e 's/.jar//'"
[android-sdk-build-tools]
source = "cmd"
cmd = "curl -s https://developer.android.com/tools/releases/build-tools | grep -oP 'Build Tools, Revision [0-9.]+(?!-rc)' | sed 's/Build Tools, Revision //' | head -n 1"