Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ brave-browser
brisqi
browsh
bruno
cable
caddy
caprine
#cawbird
Expand Down
9 changes: 9 additions & 0 deletions 01-main/packages/cable
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEFVER=1
Comment thread
nrocha02 marked this conversation as resolved.
get_github_releases "magillos/Cable" "latest"
if [ "${ACTION}" != prettylist ]; then
URL=$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)
VERSION_PUBLISHED=$(cut -d '/' -f 8 <<< "${URL//v/}")
fi
PRETTY_NAME="Cable"
WEBSITE="https://github.com/magillos/Cable"
SUMMARY="PyQT application to dynamically modify Pipewire and Wireplumber settings at runtime."