diff --git a/01-main/manifest b/01-main/manifest index 0eb7ed027..9575dc9b7 100644 --- a/01-main/manifest +++ b/01-main/manifest @@ -33,6 +33,7 @@ brave-browser brisqi browsh bruno +cable caddy caprine #cawbird diff --git a/01-main/packages/cable b/01-main/packages/cable new file mode 100644 index 000000000..b7a51ba33 --- /dev/null +++ b/01-main/packages/cable @@ -0,0 +1,10 @@ +DEFVER=1 +CODENAMES_SUPPORTED="trixie forky sid noble questing resolute" +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."