update aur

pull/557/head v0.0.45
Kujtim Hoxha 2025-05-14 23:11:56 +02:00
parent b04faf0a3a
commit 44bf46209e
1 changed files with 15 additions and 15 deletions

View File

@ -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