File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 3030 env :
3131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3232 TAP_GITHUB_TOKEN : ${{ secrets.TAP_GITHUB_TOKEN }}
33+ AUR_KEY : ${{ secrets.AUR_KEY }}
Original file line number Diff line number Diff line change @@ -88,3 +88,23 @@ homebrew_casks:
8888 - dependencies :
8989 - formula : yt-dlp
9090 - formula : ffmpeg
91+ aurs :
92+ - homepage : " https://github.com/xdagiz/xytz"
93+ description : " a beautiful TUI YouTube Downloader"
94+ maintainers :
95+ - " Dagmawi Ali <xdagizjr2112 at gmail dot com>"
96+ contributors :
97+ - " Dagmawi Ali <xdagizjr2112 at gmail dot com>"
98+
99+ license : " MIT"
100+
101+ private_key : " {{ .Env.AUR_KEY }}"
102+
103+ git_url : " ssh://aur@aur.archlinux.org/xytz-bin.git"
104+
105+ depends :
106+ - yt-dlp
107+ - ffmpeg
108+
109+ optdepends :
110+ - " mpv: for playing videos"
You can’t perform that action at this time.
0 commit comments