Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/feat__aur-package.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
bump: patch
---

Activate AUR packaging
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
github: bitionaire
buy_me_a_coffee: bitionaire
12 changes: 0 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ changelog:
sort: asc

# ── Package managers ───────────────────────────────────────────────────────────
#
# TODO:
# AUR (aur.archlinux.org):
# 1. Create an account at https://aur.archlinux.org
# 2. Add your SSH public key in AUR account settings
# 3. Register the package name "chagg-bin" on AUR
# 4. Add the SSH private key as a secret named AUR_KEY in the chagg repo
# 5. Set skip_upload to false below
# Users install with: yay -S chagg-bin

homebrew_casks:
- name: chagg
repository:
Expand All @@ -76,8 +66,6 @@ scoops:

aurs:
- name: chagg-bin
# TODO: Remove skip_upload when AUR account and SSH key are set up (see checklist above).
skip_upload: true
git_url: "ssh://aur@aur.archlinux.org/chagg-bin.git"
private_key: "{{ .Env.AUR_KEY }}"
maintainers:
Expand Down