mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
ad734da2ed
commit
3befea3950
1 changed files with 10 additions and 5 deletions
|
|
@ -31,13 +31,18 @@ checksum:
|
|||
snapshot:
|
||||
name_template: "0.0.0-{{ .Timestamp }}"
|
||||
aurs:
|
||||
- homepage: "https://github.com/opencode-ai/opencode"
|
||||
- name: opencode
|
||||
homepage: "https://github.com/opencode-ai/opencode"
|
||||
description: "Deploy anything"
|
||||
private_key: "{{ .Env.AUR_KEY }}"
|
||||
git_url: "ssh://aur@aur.archlinux.org/opencode.git"
|
||||
maintainers:
|
||||
- "opencode <noreply@opencode.ai>"
|
||||
license: "MIT"
|
||||
name: opencode
|
||||
package_name: opencode
|
||||
private_key: "{{ .Env.AUR_KEY }}"
|
||||
git_url: "ssh://aur@aur.archlinux.org/opencode-bin.git"
|
||||
provides:
|
||||
- opencode
|
||||
conflicts:
|
||||
- opencode
|
||||
package: |-
|
||||
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
|
||||
# brews:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue