Skip to content

Commit

Permalink
Add AUR release
Browse files Browse the repository at this point in the history
  • Loading branch information
aminehmida committed Jun 25, 2022
1 parent eb217d1 commit 209fe1b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
22 changes: 17 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,23 @@ nfpms:
- deb
- rpm
brews:
- name: medots
homepage: https://github.com/aminehmida/medots
tap:
owner: aminehmida
name: homebrew-medots
- name: medots
homepage: https://github.com/aminehmida/medots
tap:
owner: aminehmida
name: homebrew-medots
aurs:
- homepage: https://github.com/aminehmida/medots
description: "Cross-platform dot config files manager using a yaml file."
maintainers:
- 'Amine Hmida <amine hmida at gmail dot com>'
license: GPL-3.0
git_url: 'ssh://[email protected]/medots-bin.git'
commit_author:
name: Amine Hmida
email: [email protected]
private_key: '{{ .Env.AUR_KEY }}'
skip_upload: false
checksum:
name_template: 'checksums_sha256.txt'
snapshot:
Expand Down

0 comments on commit 209fe1b

Please sign in to comment.