File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed
Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 go-version : " >=1.21.0"
2323 cache : true
24+ - name : Echo envs
25+ run : echo "AUR_KEY; ${{ secrets.AUR_KEY }}"
2426 - name : Run GoReleaser
2527 uses : goreleaser/goreleaser-action@v6
2628 with :
3032 env :
3133 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3234 TAP_GITHUB_TOKEN : ${{ secrets.TAP_GITHUB_TOKEN }}
35+ AUR_KEY : ${{ secrets.AUR_KEY }}
Original file line number Diff line number Diff line change @@ -39,3 +39,4 @@ Thumbs.db
3939* .tar.gz
4040.gomodcache
4141.gocache
42+ private_key
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ release:
4747 go install github.com/xdagiz/xytz@latest
4848
4949 # Arch Linux (AUR)
50- yay -S xytz-bin
50+ yay -S xytz
5151 ```
5252
5353changelog :
@@ -88,3 +88,17 @@ homebrew_casks:
8888 - dependencies :
8989 - formula : yt-dlp
9090 - formula : ffmpeg
91+ aurs :
92+ - name : xytz
93+ git_url : " ssh://aur@aur.archlinux.org/xytz.git"
94+ homepage : " https://github.com/xdagiz/xytz"
95+ description : " a beautiful TUI YouTube Downloader"
96+ private_key : " {{ .Env.AUR_KEY }}"
97+ maintainers :
98+ - " Dagmawi Ali <xdagizjr2112 at gmail dot com>"
99+ contributors :
100+ - " Dagmawi Ali <xdagizjr2112 at gmail dot com>"
101+ depends :
102+ - yt-dlp
103+ - ffmpeg
104+ license : MIT
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ go install github.com/xdagiz/xytz@latest
6262If you're using an Arch-based distribution, you can install xytz from the AUR:
6363
6464``` bash
65- yay -S xytz-bin
65+ yay -S xytz
6666```
6767
6868### 4. Build from Source
You can’t perform that action at this time.
0 commit comments