Skip to content

Commit

Permalink
feat ✨(ci): aur package
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hang <[email protected]>
  • Loading branch information
Banh-Canh committed Sep 29, 2024
1 parent f17881d commit a3474b5
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jobs:
workdir: ./
env:
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
13 changes: 13 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ archives:
- README.md
- LICENSE
- docs/*
aurs:
- name: 'ytui-bin'
homepage: 'https://github.com/banh-canh/ytui'
description: 'ytui is a TUI tool that allows users to query videos on youtube and play them in their local player.'
maintainers:
- 'Victor Hang <[email protected]>'
license: 'MIT'
private_key: '{{ .Env.AUR_KEY }}'
git_url: 'ssh://[email protected]/ytui-bin.git'
commit_author:
name: 'Victor Hang'
email: '[email protected]'
skip_upload: auto
changelog:
sort: asc
filters:
Expand Down
2 changes: 1 addition & 1 deletion docs/ytui.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ytui [flags]
* [ytui query](ytui_query.md) - Run queries for videos through different patterns
* [ytui show](ytui_show.md) - show items through different patterns

###### Auto generated by spf13/cobra on 22-Sep-2024
###### Auto generated by spf13/cobra on 29-Sep-2024
2 changes: 1 addition & 1 deletion docs/ytui_query.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Run one of the available subcommands.
* [ytui query search](ytui_query_search.md) - Search for videos on Youtube/Invidious using keywords
* [ytui query subscribed](ytui_query_subscribed.md) - Search for videos from your subscribed channels

###### Auto generated by spf13/cobra on 22-Sep-2024
###### Auto generated by spf13/cobra on 29-Sep-2024
2 changes: 1 addition & 1 deletion docs/ytui_query_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ ytui query history [flags]

* [ytui query](ytui_query.md) - Run queries for videos through different patterns

###### Auto generated by spf13/cobra on 22-Sep-2024
###### Auto generated by spf13/cobra on 29-Sep-2024
2 changes: 1 addition & 1 deletion docs/ytui_query_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ ytui query search <text> [flags]

* [ytui query](ytui_query.md) - Run queries for videos through different patterns

###### Auto generated by spf13/cobra on 22-Sep-2024
###### Auto generated by spf13/cobra on 29-Sep-2024
2 changes: 1 addition & 1 deletion docs/ytui_query_subscribed.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ytui query subscribed [flags]

* [ytui query](ytui_query.md) - Run queries for videos through different patterns

###### Auto generated by spf13/cobra on 22-Sep-2024
###### Auto generated by spf13/cobra on 29-Sep-2024
2 changes: 1 addition & 1 deletion docs/ytui_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Run one of the available subcommands.
* [ytui](ytui.md) - ytui TUI.
* [ytui show subscribed](ytui_show_subscribed.md) - show subscribed channels

###### Auto generated by spf13/cobra on 22-Sep-2024
###### Auto generated by spf13/cobra on 29-Sep-2024
2 changes: 1 addition & 1 deletion docs/ytui_show_subscribed.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ ytui show subscribed [flags]

* [ytui show](ytui_show.md) - show items through different patterns

###### Auto generated by spf13/cobra on 22-Sep-2024
###### Auto generated by spf13/cobra on 29-Sep-2024

0 comments on commit a3474b5

Please sign in to comment.