Skip to content

Commit 44bf462

Browse files
committed
update aur
1 parent b04faf0 commit 44bf462

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.goreleaser.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ checksum:
3333
name_template: "checksums.txt"
3434
snapshot:
3535
name_template: "0.0.0-{{ .Timestamp }}"
36-
# aurs:
37-
# - name: opencode
38-
# homepage: "https://github.com/opencode-ai/opencode"
39-
# description: "terminal based agent that can build anything"
40-
# maintainers:
41-
# - "kujtimiihoxha <[email protected]>"
42-
# license: "MIT"
43-
# private_key: "{{ .Env.AUR_KEY }}"
44-
# git_url: "ssh://[email protected]/opencode-ai.git"
45-
# provides:
46-
# - opencode
47-
# conflicts:
48-
# - opencode
49-
# package: |-
50-
# install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
36+
aurs:
37+
- name: opencode
38+
homepage: "https://github.com/opencode-ai/opencode"
39+
description: "terminal based agent that can build anything"
40+
maintainers:
41+
- "kujtimiihoxha <[email protected]>"
42+
license: "MIT"
43+
private_key: "{{ .Env.AUR_KEY }}"
44+
git_url: "ssh://[email protected]/opencode-ai.git"
45+
provides:
46+
- opencode
47+
conflicts:
48+
- opencode
49+
package: |-
50+
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
5151
brews:
5252
- repository:
5353
owner: opencode-ai

0 commit comments

Comments
 (0)