sync
This commit is contained in:
+10
-5
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user