diff --git a/.changes/feat__aur-package.md b/.changes/feat__aur-package.md new file mode 100644 index 0000000..f719b1f --- /dev/null +++ b/.changes/feat__aur-package.md @@ -0,0 +1,5 @@ +--- +bump: patch +--- + +Activate AUR packaging diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 05c1243..0222d11 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ +github: bitionaire buy_me_a_coffee: bitionaire diff --git a/.goreleaser.yml b/.goreleaser.yml index 455993e..5398c5a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: @@ -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: