File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 3232 args : release --clean
3333 env :
3434 GITHUB_TOKEN : ${{ secrets.GORELEASER_TOKEN }}
35+ AUR_KEY : ${{ secrets.AUR_KEY }}
3536
3637 build-and-push-image :
3738 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -57,3 +57,26 @@ brews:
5757 homepage : " https://github.com/brittonhayes/pillager"
5858 description : " Pillage filesystems for sensitive information"
5959 license : " MIT"
60+
61+ aurs :
62+ - name : pillager-bin
63+ homepage : " https://github.com/brittonhayes/pillager"
64+ description : " Pillage filesystems for sensitive information"
65+ maintainers :
66+ - " brittonhayes <brittonhayes@users.noreply.github.com>"
67+ license : " MIT"
68+ private_key : " {{ .Env.AUR_KEY }}"
69+ git_url : " ssh://aur@aur.archlinux.org/pillager-bin.git"
70+ provides :
71+ - pillager
72+ package : |-
73+ # bin
74+ install -Dm755 "./pillager" "${pkgdir}/usr/bin/pillager"
75+
76+ # license
77+ install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/pillager/LICENSE"
78+ commit_author :
79+ name : " brittonhayes"
80+ email : " brittonhayes@users.noreply.github.com"
81+ commit_msg_template : " Update to {{ .Tag }}"
82+ goamd64 : v1
You can’t perform that action at this time.
0 commit comments