-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy pathproto.yaml
More file actions
30 lines (26 loc) · 835 Bytes
/
proto.yaml
File metadata and controls
30 lines (26 loc) · 835 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
# Proto plugin for the MaxMind `geoipupdate` tool
# https://moonrepo.dev/docs/proto/non-wasm-plugin
name: geoipupdate
type: cli
platform:
macos:
downloadFile: 'geoipupdate_{version}_darwin_{arch}.tar.gz'
archivePrefix: 'geoipupdate_{version}_darwin_{arch}'
windows:
downloadFile: 'geoipupdate_{version}_windows_{arch}.tar.gz'
archivePrefix: 'geoipupdate_{version}_windows_{arch}'
linux:
downloadFile: 'geoipupdate_{version}_linux_{arch}.tar.gz'
archivePrefix: 'geoipupdate_{version}_linux_{arch}'
install:
downloadUrl: 'https://github.com/maxmind/geoipupdate/releases/download/v{version}/{download_file}'
unpack: true
arch:
aarch64: arm64
x86_64: amd64
exes:
geoipupdate:
exePath: 'geoipupdate'
primary: true
resolve:
gitUrl: 'https://github.com/maxmind/geoipupdate'