parent
b04faf0a3a
commit
44bf46209e
|
|
@ -33,21 +33,21 @@ checksum:
|
|||
name_template: "checksums.txt"
|
||||
snapshot:
|
||||
name_template: "0.0.0-{{ .Timestamp }}"
|
||||
# aurs:
|
||||
# - name: opencode
|
||||
# homepage: "https://github.com/opencode-ai/opencode"
|
||||
# description: "terminal based agent that can build anything"
|
||||
# maintainers:
|
||||
# - "kujtimiihoxha <kujtimii.h@gmail.com>"
|
||||
# license: "MIT"
|
||||
# private_key: "{{ .Env.AUR_KEY }}"
|
||||
# git_url: "ssh://aur@aur.archlinux.org/opencode-ai.git"
|
||||
# provides:
|
||||
# - opencode
|
||||
# conflicts:
|
||||
# - opencode
|
||||
# package: |-
|
||||
# install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
|
||||
aurs:
|
||||
- name: opencode
|
||||
homepage: "https://github.com/opencode-ai/opencode"
|
||||
description: "terminal based agent that can build anything"
|
||||
maintainers:
|
||||
- "kujtimiihoxha <kujtimii.h@gmail.com>"
|
||||
license: "MIT"
|
||||
private_key: "{{ .Env.AUR_KEY }}"
|
||||
git_url: "ssh://aur@aur.archlinux.org/opencode-ai.git"
|
||||
provides:
|
||||
- opencode
|
||||
conflicts:
|
||||
- opencode
|
||||
package: |-
|
||||
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
|
||||
brews:
|
||||
- repository:
|
||||
owner: opencode-ai
|
||||
|
|
|
|||
Loading…
Reference in New Issue