-
Notifications
You must be signed in to change notification settings - Fork 0
/
.copier-answers.yml
60 lines (60 loc) · 1.6 KB
/
.copier-answers.yml
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
---
## Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v2.5.1
_src_path: gh:kc-workspace/asdf-plugin-template.git
addon_yaml:
archive: true
checksum: true
download: true
fetch: true
git: false
github: true
gpg: false
help: true
install: true
package: false
python: false
system: true
tags: true
version: false
app_desc: a portable command-line YAML, JSON, XML, CSV, TOML and properties processor
app_name: yq
app_repo: https://github.com/mikefarah/yq
app_type: standalone
app_website: https://mikefarah.gitbook.io/yq/
archive_enabled: false
checksum_conf_algorithm: 512
checksum_enabled: true
checksum_url: https://github.com/mikefarah/yq/releases/download/v{version}/checksums
custom_bin_paths: bin
custom_non_stable_version: (-src|-dev|-latest|-stm|[-\.]rc|-alpha|-beta|[-\.]pre|-next|snapshot|master)
custom_require_commands: ''
download_url: https://github.com/mikefarah/yq/releases/download/v{version}/yq_{os}_{arch}
gpg_enabled: false
install_map_enabled: true
install_map_method: move
install_map_yaml:
yq: bin/yq
package_enabled: false
plugin_author: Kamontat Chantrachirathumrong
plugin_name: asdf-yq
plugin_org: kc-workspace
plugin_repo: https://github.com/kc-workspace/asdf-yq.git
source_enabled: false
sys_arch_enabled: true
sys_arch_yaml:
aarch64*: arm64
armv5*: armv5
armv6*: armv6
armv7*: armv7
i386: '386'
i686: '386'
powerpc64le: ppc64le
ppc64le: ppc64le
x86: '386'
x86_64: amd64
sys_ext_enabled: false
sys_os_enabled: false
test_cmd_args: --version
version_file_enabled: false
version_prefix: v