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:
|
snapshot:
|
||||||
name_template: "0.0.0-{{ .Timestamp }}"
|
name_template: "0.0.0-{{ .Timestamp }}"
|
||||||
aurs:
|
aurs:
|
||||||
- homepage: "https://github.com/opencode-ai/opencode"
|
- name: opencode
|
||||||
|
homepage: "https://github.com/opencode-ai/opencode"
|
||||||
description: "Deploy anything"
|
description: "Deploy anything"
|
||||||
private_key: "{{ .Env.AUR_KEY }}"
|
maintainers:
|
||||||
git_url: "ssh://aur@aur.archlinux.org/opencode.git"
|
- "opencode <noreply@opencode.ai>"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
name: opencode
|
private_key: "{{ .Env.AUR_KEY }}"
|
||||||
package_name: opencode
|
git_url: "ssh://aur@aur.archlinux.org/opencode-bin.git"
|
||||||
|
provides:
|
||||||
|
- opencode
|
||||||
|
conflicts:
|
||||||
|
- opencode
|
||||||
package: |-
|
package: |-
|
||||||
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
|
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
|
||||||
# brews:
|
# brews:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue