We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad734da commit 3befea3Copy full SHA for 3befea3
.goreleaser.yml
@@ -31,13 +31,18 @@ checksum:
31
snapshot:
32
name_template: "0.0.0-{{ .Timestamp }}"
33
aurs:
34
- - homepage: "https://github.com/opencode-ai/opencode"
+ - name: opencode
35
+ homepage: "https://github.com/opencode-ai/opencode"
36
description: "Deploy anything"
- private_key: "{{ .Env.AUR_KEY }}"
37
- git_url: "ssh://[email protected]/opencode.git"
+ maintainers:
38
+ - "opencode <noreply@opencode.ai>"
39
license: "MIT"
- name: opencode
40
- package_name: opencode
+ private_key: "{{ .Env.AUR_KEY }}"
41
+ git_url: "ssh://[email protected]/opencode-bin.git"
42
+ provides:
43
+ - opencode
44
+ conflicts:
45
46
package: |-
47
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
48
# brews:
0 commit comments